Uses of Class
net.i2p.util.ByteCache
-
Packages that use ByteCache Package Description net.i2p.router.tunnel All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption.net.i2p.util 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 ByteCache Modifier and Type Field Description protected static 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 ByteCache Modifier and Type Method Description static ByteCache
ByteCache. getInstance(int cacheSize, int size)
Get a cache responsible for objects of the given size.
-