Package com.jidesoft.converter
Class CacheMap<T,K>
- java.lang.Object
-
- com.jidesoft.utils.CacheMap<T,K>
-
- com.jidesoft.converter.CacheMap<T,K>
-
@Deprecated public class CacheMap<T,K> extends CacheMap<T,K>
Deprecated.please use the one at com.jidesoft.utils.CacheMap.This class was moved to com.jidesoft.utils since 3.3.7 release.
-
-
Field Summary
-
Fields inherited from class com.jidesoft.utils.CacheMap
listenerList
-
-
Method Summary
-
Methods inherited from class com.jidesoft.utils.CacheMap
addRegistrationListener, clear, fireRegistrationChanged, getCache, getKeys, getMatchRegisteredObject, getRegisteredObject, getRegistrationListeners, getValues, initCache, register, remove, removeRegistrationListener, unregister
-
-
-
-
Constructor Detail
-
CacheMap
public CacheMap(K defaultContext)
Deprecated.
-
-