Uses of Class
net.i2p.util.ByteCache
Packages that use ByteCache
Package
Description
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of ByteCache in net.i2p.router.tunnel
Fields in net.i2p.router.tunnel declared as ByteCacheModifier and TypeFieldDescriptionprotected static final ByteCache
TrivialPreprocessor._dataCache
Here in tunnels, we take from the cache but never add to it. -
Uses of ByteCache in net.i2p.util
Methods in net.i2p.util that return ByteCacheModifier and TypeMethodDescriptionstatic ByteCache
ByteCache.getInstance
(int cacheSize, int size) Get a cache responsible for objects of the given size.