Package org.apache.ofbiz.entity.cache
Class EntityObjectCache
java.lang.Object
org.apache.ofbiz.entity.cache.AbstractCache<EntityCondition,ConcurrentMap<K,V>>
org.apache.ofbiz.entity.cache.AbstractEntityConditionCache<String,Object>
org.apache.ofbiz.entity.cache.EntityObjectCache
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.ofbiz.entity.cache.AbstractEntityConditionCache
convert, getConditionCache, getConditionKey, getFrozenConditionKey, getModelCheckValid, getOrCreateConditionCache, isNull, remove, remove, storeHook, storeHook, storeHook, storeHook, storeHook
Methods inherited from class org.apache.ofbiz.entity.cache.AbstractCache
clear, getCache, getCacheName, getCacheNamePrefix, getCacheNamePrefixes, getCacheNames, getDelegator, getOrCreateCache, remove
-
Constructor Details
-
EntityObjectCache
-
-
Method Details
-
get
Description copied from class:AbstractEntityConditionCache
Get v.- Overrides:
get
in classAbstractEntityConditionCache<String,
Object> - Parameters:
entityName
- the entity namecondition
- the conditionname
- the key- Returns:
- the v
-
put
Description copied from class:AbstractEntityConditionCache
Put v.- Overrides:
put
in classAbstractEntityConditionCache<String,
Object> - Parameters:
entityName
- the entity namecondition
- the conditionname
- the keyvalue
- the value- Returns:
- the v
-
remove
Description copied from class:AbstractEntityConditionCache
Remove v.- Overrides:
remove
in classAbstractEntityConditionCache<String,
Object> - Parameters:
entityName
- the entity namecondition
- the conditionname
- the key- Returns:
- the v
-