|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
biz.hammurapi.cache |
Uses of Cache in biz.hammurapi.cache |
---|
Subinterfaces of Cache in biz.hammurapi.cache | |
---|---|
interface |
AppendableCache
Cache which supports addition of values and returns key for added value. |
Classes in biz.hammurapi.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 biz.hammurapi.cache with parameters of type Cache | |
---|---|
void |
Producer.addCache(Cache cache)
Callback method for key removal. |
void |
AbstractProducer.addCache(Cache cache)
|
Constructors in biz.hammurapi.cache with parameters of type Cache | |
---|---|
AppendableMemoryCache(AppendableProducer producer,
Cache fallBack,
MeasurementCategory measurementCategory)
|
|
AppendableMemoryCache(AppendableProducer producer,
Cache fallBack,
MeasurementCategory measurementCategory,
java.util.Timer timer,
long 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). |
|
PassiveMemoryCache(Producer producer,
Cache fallBack,
int cleanupInterval)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |