net.sf.oval.internal.util
Class ThreadLocalObjectCache<K,V>
java.lang.Object
java.lang.ThreadLocal<ObjectCache<K,V>>
net.sf.oval.internal.util.ThreadLocalObjectCache<K,V>
public final class ThreadLocalObjectCache<K,V>
- extends ThreadLocal<ObjectCache<K,V>>
- Author:
- Sebastian Thomschke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalObjectCache
public ThreadLocalObjectCache()
ThreadLocalObjectCache
public ThreadLocalObjectCache(int maxElementsToKeep)
initialValue
public ObjectCache<K,V> initialValue()
-
- Overrides:
initialValue
in class ThreadLocal<ObjectCache<K,V>>
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.