public class CacheImpl extends MetadataImpl<CacheMetadata> implements Cache
metadata| Constructor and Description |
|---|
CacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
Cache |
setAlwaysRefresh(Boolean alwaysRefresh) |
Cache |
setCoordinationType(String coordinationType) |
Cache |
setDatabaseChangeNotificationType(String databaseChangeNotificationType) |
Cache |
setDisableHits(Boolean disableHits) |
Cache |
setExpiry(Integer expiry) |
TimeOfDay |
setExpiryTimeOfDay() |
Cache |
setIsolation(String isolation) |
Cache |
setRefreshOnlyIfNewer(Boolean refreshOnlyIfNewer) |
Cache |
setShared(Boolean shared) |
Cache |
setSize(Integer size) |
Cache |
setType(String type) |
getMetadatapublic Cache setAlwaysRefresh(Boolean alwaysRefresh)
setAlwaysRefresh in interface Cachepublic Cache setCoordinationType(String coordinationType)
setCoordinationType in interface Cachepublic Cache setDatabaseChangeNotificationType(String databaseChangeNotificationType)
setDatabaseChangeNotificationType in interface Cachepublic Cache setDisableHits(Boolean disableHits)
setDisableHits in interface Cachepublic TimeOfDay setExpiryTimeOfDay()
setExpiryTimeOfDay in interface Cachepublic Cache setIsolation(String isolation)
setIsolation in interface Cachepublic Cache setRefreshOnlyIfNewer(Boolean refreshOnlyIfNewer)
setRefreshOnlyIfNewer in interface CacheEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference