Полный список членов класса CacheEngineApc, включая наследуемые из базового класса
$baseDirVersion | CacheEngine | protectedstatic |
$engine | CacheEngine | protectedstatic |
$fullClean | CacheEngine | protected |
$initDirVersion | CacheEngine | protectedstatic |
$isConnected | CacheEngine | protectedstatic |
$listKeys | CacheEngine | protectedstatic |
$locks | CacheEngine | protectedstatic |
$old | CacheEngine | protected |
$sid | CacheEngine | protected |
$ttlMultiplier | CacheEngine | protected |
$ttlOld | CacheEngine | protected |
$useLock | CacheEngine | protected |
__construct(array $options=[]) | CacheEngine | |
addToSet($key, $value) | CacheEngineApc | |
BX_BASE_LIST | CacheEngine | |
BX_DIR_LIST | CacheEngine | |
clean($baseDir, $initDir=false, $filename=false) | CacheEngine | |
close() | CacheEngine | |
configure($options=[]) | CacheEngine | protected |
connect($config) | CacheEngineApc | protected |
del($key) | CacheEngineApc | |
deleteBySet($key, $prefix='') | CacheEngineApc | |
delFromSet($key, $member) | CacheEngineApc | |
get($key) | CacheEngineApc | |
getBaseDirVersion($baseDir) | CacheEngine | protected |
getConnectionClass() | CacheEngineApc | static |
getConnectionName() | CacheEngineApc | |
getInitDirKey($baseDir, $initDir=false) | CacheEngine | protected |
getInitDirVersion($baseDir, $initDir=false, $generateNew=true) | CacheEngine | protected |
getPartition($key) | CacheEngine | protected |
getSet($key) | CacheEngineApc | |
isAvailable() | CacheEngine | |
isCacheExpired($path) | CacheEngine | |
lock(string $key='', int $ttl=0) | CacheEngine | protected |
read(&$vars, $baseDir, $initDir, $filename, $ttl) | CacheEngine | |
set($key, $ttl, $value) | CacheEngineApc | |
setNotExists($key, $ttl, $value) | CacheEngineApc | |
unlock(string $key='', int $ttl=0) | CacheEngine | protected |
write($vars, $baseDir, $initDir, $filename, $ttl) | CacheEngine | |