Package org.cyclos.impl.utils.cache
Class MapAccessorCacheValue
- java.lang.Object
-
- org.cyclos.impl.utils.cache.AccessorCacheValue
-
- org.cyclos.impl.utils.cache.MapAccessorCacheValue
-
- All Implemented Interfaces:
Serializable,WrappedObject
public class MapAccessorCacheValue extends AccessorCacheValue
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Map<AccessorCacheValue,AccessorCacheValue>getMap()inthashCode()StringtoString()Objectunwrap(ApplicationContext applicationContext)Unwraps the original value.-
Methods inherited from class org.cyclos.impl.utils.cache.AccessorCacheValue
create, create, create
-
-
-
-
Method Detail
-
getMap
public Map<AccessorCacheValue,AccessorCacheValue> getMap()
-
unwrap
public Object unwrap(ApplicationContext applicationContext)
Description copied from interface:WrappedObjectUnwraps the original value. Needs to run within a transaction
-
-