public interface DomainDataCachingConfig
Configuration for a specific type of data to be stored in the region
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccessType()
The requested AccessType
|
NavigableRole |
getNavigableRole()
The
NavigableRole of the thing to be cached |
boolean |
isMutable()
Is the data marked as being mutable?
|
boolean |
isVersioned()
Is the data to be cached considered versioned?
|
AccessType getAccessType()
The requested AccessType
boolean isMutable()
Is the data marked as being mutable?
boolean isVersioned()
Is the data to be cached considered versioned?
NavigableRole getNavigableRole()
The NavigableRole of the thing to be cached
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.