Configuration
Configuration keys for the Solar_Cache_Adapter_Xcache
class.
active
(bool) Whether or not the cache should be active at instantiation.
Default:
true
life
(int) The lifetime of each cache entry in seconds.
Default:
0
prefix
(string) A prefix to place in front of every cache entry key; e.g., use this to deconflict between identical cache keys in caches shared among different domains or environments.
Default:
null
user
(string) Admin user name for Xcache, as set in php.ini. This login and the corresponding password are required only for the deleteAll() method. Defaults to
null
.Default:
null
pass
(string) Plaintext password that matches the MD5-encrypted password in php.ini. This password and the corresponding login are required only for the deleteAll() method. Defaults to
null
.Default:
null