Interface Cache
-
public interface Cache
JPA scripting API implementation.- Author:
- Guy Pelletier
- Since:
- EclipseLink 2.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-