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 toCacheStateManager
interaction 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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getIdentifier()
Class<?>
getType()
int
hashCode()
String
toString()
-