Package com.turbospaces.ebean
Interface ReplicatedCache
- All Superinterfaces:
org.springframework.beans.factory.Aware,com.turbospaces.boot.BootstrapAware,LocalCache,io.ebean.cache.ServerCache
- All Known Implementing Classes:
ReplicatedEbeanCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPut(byte[] key, byte[] value) voidonRemove(byte[] key) voidsetBootstrap(com.turbospaces.boot.Bootstrap bootstrap) io.ebean.cache.ServerCacheTypetype()Methods inherited from interface com.turbospaces.ebean.LocalCache
cleanUp, onClearMethods inherited from interface io.ebean.cache.ServerCache
clear, get, getAll, hitRatio, put, putAll, remove, removeAll, size, statistics, unwrap, visit
-
Method Details
-
setBootstrap
void setBootstrap(com.turbospaces.boot.Bootstrap bootstrap) - Specified by:
setBootstrapin interfacecom.turbospaces.boot.BootstrapAware
-
onPut
void onPut(byte[] key, byte[] value) -
onRemove
void onRemove(byte[] key) -
type
io.ebean.cache.ServerCacheType type()
-