Package | Description |
---|---|
net.sf.kdgcommons.util |
Everything that didn't fit someplace better.
|
Constructor and Description |
---|
ReadThroughCache(int size,
ReadThroughCache.Retriever<K,V> retriever)
Convenience constructor: creates an instance with specified size and retriever,
using per-key synchronization.
|
ReadThroughCache(int size,
ReadThroughCache.Retriever<K,V> retriever,
ReadThroughCache.Synchronization syncOpt)
Base constructor.
|