Package com.turbospaces.ebean
Class DefaultEbeanCacheConfigurer
java.lang.Object
com.turbospaces.ebean.DefaultEbeanCacheConfigurer
- All Implemented Interfaces:
EbeanCacheConfigurer
-
Field Summary
Fields inherited from interface com.turbospaces.ebean.EbeanCacheConfigurer
CACHE_MODE_LOCAL, MAX_IDLE, MAX_SIZE, MAX_TTL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncfg()props()voidsetCacheMode(Class<?> clazz, boolean local)voidsetCacheMode(Class<?> clazz, io.ebean.typequery.TQAssocBean<?,?> assoc, boolean local)voidsetMaxIdle(Class<?> clazz, int value)voidsetMaxIdle(Class<?> clazz, io.ebean.typequery.TQAssocBean<?,?> assoc, int value)voidsetMaxSize(Class<?> clazz, int value)voidsetMaxSize(Class<?> clazz, io.ebean.typequery.TQAssocBean<?,?> assoc, int value)voidsetMaxSizeQuery(Class<?> clazz, int value)voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.turbospaces.ebean.EbeanCacheConfigurer
setMaxSizeAndMode, setMaxSizeAndMode, setMaxSizeLocal, setMaxSizeLocal, setMaxSizeReplicated, setMaxSizeReplicated
-
Constructor Details
-
DefaultEbeanCacheConfigurer
-
-
Method Details
-
cfg
- Specified by:
cfgin interfaceEbeanCacheConfigurer
-
props
- Specified by:
propsin interfaceEbeanCacheConfigurer
-
setMaxIdle
- Specified by:
setMaxIdlein interfaceEbeanCacheConfigurer
-
setMaxTTL
- Specified by:
setMaxTTLin interfaceEbeanCacheConfigurer
-
setMaxSize
- Specified by:
setMaxSizein interfaceEbeanCacheConfigurer
-
setMaxSizeQuery
- Specified by:
setMaxSizeQueryin interfaceEbeanCacheConfigurer
-
setCacheMode
- Specified by:
setCacheModein interfaceEbeanCacheConfigurer
-
setMaxIdle
- Specified by:
setMaxIdlein interfaceEbeanCacheConfigurer
-
setMaxTTL
- Specified by:
setMaxTTLin interfaceEbeanCacheConfigurer
-
setMaxSize
- Specified by:
setMaxSizein interfaceEbeanCacheConfigurer
-
setCacheMode
public void setCacheMode(Class<?> clazz, io.ebean.typequery.TQAssocBean<?,?> assoc, boolean local)- Specified by:
setCacheModein interfaceEbeanCacheConfigurer
-