|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
com.pavelvlasov.cache |
Uses of Cache in com.pavelvlasov.cache |
Subinterfaces of Cache in com.pavelvlasov.cache | |
interface |
AppendableCache
Cache which supports addition of values and returns key for added value. |
Classes in com.pavelvlasov.cache that implement Cache | |
class |
AppendableMemoryCache
Cache which supports addition of entries. |
class |
MemoryCache
Memory sensitive cache. |
class |
PassiveMemoryCache
Memory sensitive cache. |
class |
SimpleMemoryCache
Simple cache. |
Methods in com.pavelvlasov.cache with parameters of type Cache | |
void |
Producer.addCache(Cache cache)
Callback method for key removal. |
void |
AbstractProducer.addCache(Cache cache)
|
Constructors in com.pavelvlasov.cache with parameters of type Cache | |
PassiveMemoryCache(Producer producer,
Cache fallBack,
int cleanupInterval)
|
|
MemoryCache(Producer producer,
Cache fallBack,
MeasurementCategory measurementCategory)
Constructs cache with default cleanup interval (1 minute). |
|
MemoryCache(Producer producer,
Cache fallBack,
MeasurementCategory measurementCategory,
java.util.Timer timer,
long cleanupInterval)
Constructs cache with default cleanup interval (1 minute). |
|
AppendableMemoryCache(AppendableProducer producer,
Cache fallBack,
MeasurementCategory measurementCategory)
|
|
AppendableMemoryCache(AppendableProducer producer,
Cache fallBack,
MeasurementCategory measurementCategory,
java.util.Timer timer,
long cleanupInterval)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |