Package | Description |
---|---|
net.sf.kdgcommons.util |
Everything that didn't fit someplace better.
|
Modifier and Type | Method and Description |
---|---|
static ReadThroughCache.Synchronization |
ReadThroughCache.Synchronization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadThroughCache.Synchronization[] |
ReadThroughCache.Synchronization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReadThroughCache(int size,
ReadThroughCache.Retriever<K,V> retriever,
ReadThroughCache.Synchronization syncOpt)
Base constructor.
|