Klasse CacheSettings
java.lang.Object
de.caluga.morphium.config.Settings
de.caluga.morphium.config.CacheSettings
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetCache()intintintbooleanbooleanbooleansetAsyncWritesEnabled(boolean asyncWritesEnabled) setBufferedWritesEnabled(boolean bufferedWritesEnabled) setCache(MorphiumCache cache) setGlobalCacheValidTime(int globalCacheValidTime) setHousekeepingTimeout(int housekeepingTimeout) setReadCacheEnabled(boolean readCacheEnabled) setWriteCacheTimeout(int writeCacheTimeout) Von Klasse geerbte Methoden Settings
asProperties, asProperties, copy, copyWith, equals, hashCode
-
Konstruktordetails
-
CacheSettings
public CacheSettings()
-
-
Methodendetails
-
getHousekeepingTimeout
public int getHousekeepingTimeout() -
setHousekeepingTimeout
-
getCache
-
setCache
-
getGlobalCacheValidTime
public int getGlobalCacheValidTime() -
setGlobalCacheValidTime
-
getWriteCacheTimeout
public int getWriteCacheTimeout() -
setWriteCacheTimeout
-
isReadCacheEnabled
public boolean isReadCacheEnabled() -
setReadCacheEnabled
-
isAsyncWritesEnabled
public boolean isAsyncWritesEnabled() -
setAsyncWritesEnabled
-
isBufferedWritesEnabled
public boolean isBufferedWritesEnabled() -
setBufferedWritesEnabled
-