public class CacheImpl extends MetadataImpl<CacheMetadata> implements Cache
metadata| Constructor and Description |
|---|
CacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
Cache |
setAlwaysRefresh(java.lang.Boolean alwaysRefresh) |
Cache |
setCoordinationType(java.lang.String coordinationType) |
Cache |
setDatabaseChangeNotificationType(java.lang.String databaseChangeNotificationType) |
Cache |
setDisableHits(java.lang.Boolean disableHits) |
Cache |
setExpiry(java.lang.Integer expiry) |
TimeOfDay |
setExpiryTimeOfDay() |
Cache |
setIsolation(java.lang.String isolation) |
Cache |
setRefreshOnlyIfNewer(java.lang.Boolean refreshOnlyIfNewer) |
Cache |
setShared(java.lang.Boolean shared) |
Cache |
setSize(java.lang.Integer size) |
Cache |
setType(java.lang.String type) |
getMetadatapublic Cache setAlwaysRefresh(java.lang.Boolean alwaysRefresh)
setAlwaysRefresh in interface Cachepublic Cache setCoordinationType(java.lang.String coordinationType)
setCoordinationType in interface Cachepublic Cache setDatabaseChangeNotificationType(java.lang.String databaseChangeNotificationType)
setDatabaseChangeNotificationType in interface Cachepublic Cache setDisableHits(java.lang.Boolean disableHits)
setDisableHits in interface Cachepublic Cache setExpiry(java.lang.Integer expiry)
public TimeOfDay setExpiryTimeOfDay()
setExpiryTimeOfDay in interface Cachepublic Cache setIsolation(java.lang.String isolation)
setIsolation in interface Cachepublic Cache setRefreshOnlyIfNewer(java.lang.Boolean refreshOnlyIfNewer)
setRefreshOnlyIfNewer in interface Cachepublic Cache setShared(java.lang.Boolean shared)