|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Producer | |
---|---|
biz.hammurapi.cache |
Uses of Producer in biz.hammurapi.cache |
---|
Subinterfaces of Producer in biz.hammurapi.cache | |
---|---|
interface |
AppendableCache
Cache which supports addition of values and returns key for added value. |
interface |
AppendableProducer
Producer which supports addition of values and returns keys corresponding to the values. |
interface |
Cache
|
Classes in biz.hammurapi.cache that implement Producer | |
---|---|
class |
AbstractProducer
Implements remove event propagation to caches. |
class |
AppendableMemoryCache
Cache which supports addition of entries. |
class |
MemoryCache
Memory sensitive cache. |
class |
PassiveMemoryCache
Memory sensitive cache. |
class |
SimpleMemoryCache
Simple cache. |
Fields in biz.hammurapi.cache declared as Producer | |
---|---|
protected Producer |
MemoryCache.producer
|
Constructors in biz.hammurapi.cache with parameters of type Producer | |
---|---|
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)
|
|
SimpleMemoryCache(Producer producer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |