com.jidesoft.converter
Class CacheMap<T,K>
java.lang.Object
com.jidesoft.utils.CacheMap<T,K>
com.jidesoft.converter.CacheMap<T,K>
Deprecated. please use the one at com.jidesoft.utils.CacheMap.
@Deprecated
public class CacheMap<T,K>
- extends CacheMap<T,K>
This class was moved to com.jidesoft.utils since 3.3.7 release.
Constructor Summary |
CacheMap(K defaultContext)
Deprecated. |
Methods inherited from class com.jidesoft.utils.CacheMap |
addRegistrationListener, clear, fireRegistrationChanged, getCache, getKeys, getMatchRegisteredObject, getRegisteredObject, getRegistrationListeners, getValues, initCache, register, remove, removeRegistrationListener, unregister |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheMap
public CacheMap(K defaultContext)
- Deprecated.