| com.whirlycott.cache.impl.SynchronizedHashMapImpl
SynchronizedHashMapImpl | public class SynchronizedHashMapImpl extends AbstractMapBackedCache implements ManagedCache<K, V>(Code) | | This is a java.util.HashMap-backed (using synchronization) implementation
of a ManagedCache.
There's absolutely no way that you would want to use this in real life. We
include it only for testing and benchmarking purposes.
author: Phil Jacob |
SynchronizedHashMapImpl | public SynchronizedHashMapImpl()(Code) | | |
setMostlyRead | public void setMostlyRead(boolean _mostlyRead)(Code) | | |
|
|