Class RelationsCache
java.lang.Object
de.hybris.platform.cache.relation.RelationsCache
-
Constructor Summary
ConstructorsConstructorDescriptionRelationsCache(RelationsCacheConfiguration configuration, com.googlecode.concurrentlinkedhashmap.EvictionListener<RelationCacheKey, Object> evictionListener) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanget(RelationCacheKey key) voidput(RelationCacheKey key, Object loaded) remove(RelationCacheKey key)
-
Constructor Details
-
RelationsCache
public RelationsCache(RelationsCacheConfiguration configuration, com.googlecode.concurrentlinkedhashmap.EvictionListener<RelationCacheKey, Object> evictionListener)
-
-
Method Details
-
get
-
put
-
clear
public void clear() -
getAllKeys
-
remove
-
removeRelation
-
containsKey
-