hunt-cache ~master (2021-11-16T09:15:06Z)
Home
Dub
Repo
CacheOptions.MemcacheConf
hunt
cache
CacheOptions
CacheOptions
Undocumented in source.
class
CacheOptions
struct
MemcacheConf {
string
host
;
ushort
port
;
uint
timeout
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
host
string
host
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
timeout
uint
timeout
;
Undocumented in source.
Meta
Source
See Implementation
hunt
cache
CacheOptions
CacheOptions
constructors
this
functions
toString
structs
MemcacheConf
MemoryConf
RocksdbConf
variables
adapter
diskExpiryThreadIntervalSeconds
diskPersistent
eternal
isRedisClusterEnabled
maxEntriesLocalDisk
maxEntriesLocalHeap
memcache
overflowToDisk
prefix
redisCluster
redisPool
rocksdb
timeToIdleSeconds
timeToLiveSeconds
useSecondLevelCache