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 |
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 CacheCopyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.