Package com.turbospaces.ebean
Interface ReplicatedCache
- All Superinterfaces:
LocalCache,io.ebean.cache.ServerCache
- All Known Implementing Classes:
ReplicatedEbeanCache
-
Method Summary
Methods inherited from interface com.turbospaces.ebean.LocalCache
onClearMethods inherited from interface io.ebean.cache.ServerCache
clear, get, getAll, hitRatio, put, putAll, remove, removeAll, size, statistics, unwrap, visit
-
Method Details
-
onPut
void onPut(byte[] key, byte[] value) -
onRemove
void onRemove(byte[] key) -
type
io.ebean.cache.ServerCacheType type() -
trace
-