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) |
getMetadata
public Cache setAlwaysRefresh(java.lang.Boolean alwaysRefresh)
setAlwaysRefresh
in interface Cache
public Cache setCoordinationType(java.lang.String coordinationType)
setCoordinationType
in interface Cache
public Cache setDatabaseChangeNotificationType(java.lang.String databaseChangeNotificationType)
setDatabaseChangeNotificationType
in interface Cache
public Cache setDisableHits(java.lang.Boolean disableHits)
setDisableHits
in interface Cache
public Cache setExpiry(java.lang.Integer expiry)
public TimeOfDay setExpiryTimeOfDay()
setExpiryTimeOfDay
in interface Cache
public Cache setIsolation(java.lang.String isolation)
setIsolation
in interface Cache
public Cache setRefreshOnlyIfNewer(java.lang.Boolean refreshOnlyIfNewer)
setRefreshOnlyIfNewer
in interface Cache
public Cache setShared(java.lang.Boolean shared)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference