Class EntityInfo
- java.lang.Object
-
- com.broadleafcommerce.common.extension.cache.api.EntityInfo
-
public class EntityInfo extends Object
Optional. Identifying information about a cached member. This construct can be added toCacheStateManagerinteraction in order to influence the cache key, making the key more identifiable to other concerned processes.
-
-
Constructor Summary
Constructors Constructor Description EntityInfo()EntityInfo(Class<?> type, String identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetIdentifier()Class<?>getType()inthashCode()StringtoString()
-