Uses of Class
net.i2p.util.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
Modifier 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
Modifier and TypeMethodDescriptionstatic ByteCache
ByteCache.getInstance
(int cacheSize, int size) Get a cache responsible for objects of the given size.