CacheOptions

Constructors

this
this()
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MemcacheConf
struct MemcacheConf
Undocumented in source.
MemoryConf
struct MemoryConf
Undocumented in source.
RocksdbConf
struct RocksdbConf
Undocumented in source.

Variables

adapter
string adapter;
Undocumented in source.
diskExpiryThreadIntervalSeconds
uint diskExpiryThreadIntervalSeconds;
Undocumented in source.
diskPersistent
bool diskPersistent;
Undocumented in source.
eternal
bool eternal;
Undocumented in source.
isRedisClusterEnabled
bool isRedisClusterEnabled;
Undocumented in source.
maxEntriesLocalDisk
uint maxEntriesLocalDisk;
Undocumented in source.
maxEntriesLocalHeap
uint maxEntriesLocalHeap;
Undocumented in source.
memcache
MemcacheConf memcache;
Undocumented in source.
overflowToDisk
bool overflowToDisk;
Undocumented in source.
prefix
string prefix;
Undocumented in source.
redisCluster
RedisClusterConfig redisCluster;
Undocumented in source.
redisPool
RedisPoolOptions redisPool;
Undocumented in source.
rocksdb
RocksdbConf rocksdb;
Undocumented in source.
timeToIdleSeconds
uint timeToIdleSeconds;
Undocumented in source.
timeToLiveSeconds
uint timeToLiveSeconds;
Undocumented in source.
useSecondLevelCache
bool useSecondLevelCache;
Undocumented in source.

Meta