|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Producer | |
com.pavelvlasov.cache |
Uses of Producer in com.pavelvlasov.cache |
Subinterfaces of Producer in com.pavelvlasov.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 com.pavelvlasov.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 com.pavelvlasov.cache declared as Producer | |
protected Producer |
MemoryCache.producer
|
Constructors in com.pavelvlasov.cache with parameters of type Producer | |
SimpleMemoryCache(Producer producer)
|
|
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). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |