接口 DomainDataCachingConfig
-
- 所有已知实现类:
AbstractDomainDataCachingConfig,CollectionDataCachingConfigImpl,EntityDataCachingConfigImpl,NaturalIdDataCachingConfigImpl
public interface DomainDataCachingConfigConfiguration for a specific type of data to be stored in the region- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AccessTypegetAccessType()The requested AccessTypeNavigableRolegetNavigableRole()TheNavigableRoleof the thing to be cachedbooleanisMutable()Is the data marked as being mutable?booleanisVersioned()Is the data to be cached considered versioned?
-
-
-
方法详细资料
-
getAccessType
AccessType getAccessType()
The requested AccessType
-
isMutable
boolean isMutable()
Is the data marked as being mutable?
-
isVersioned
boolean isVersioned()
Is the data to be cached considered versioned?
-
getNavigableRole
NavigableRole getNavigableRole()
TheNavigableRoleof the thing to be cached
-
-