|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($options=[]) | |
| QueueRun ($param1, $param2, $param3) | |
| clean ($baseDir, $initDir=false, $filename=false) | |
| Открытые члены унаследованные от CacheEngineMemcached | |
| getConnectionName () | |
| set ($key, $ttl, $value) | |
| del ($key) | |
| setNotExists ($key, $ttl, $value) | |
| deleteBySet ($key, $prefix='') | |
| Открытые члены унаследованные от CacheEngineMemcache | |
| get ($key) | |
| checkInSet ($key, $value) | |
| addToSet ($key, $value) | |
| getSet ($key) | |
| delFromSet ($key, $member) | |
| Открытые члены унаследованные от KeyValueEngine | |
| __construct (array $options=[]) | |
| getReadBytes () | |
| getWrittenBytes () | |
| getCachePath () | |
| close () | |
| isAvailable () | |
| isCacheExpired ($path) | |
| read (&$vars, $baseDir, $initDir, $filename, $ttl) | |
| write ($vars, $baseDir, $initDir, $filename, $ttl) | |
| addCleanPath (array $data) | |
| delayedDelete () | |
Дополнительные унаследованные члены | |
| Открытые статические члены унаследованные от CacheEngineMemcached | |
| static | getConnectionClass () |
| Поля данных унаследованные от KeyValueEngine | |
| const | BX_BASE_LIST = 'BL:' |
| const | BX_INIT_DIR_LIST = 'IL:' |
| Защищенные члены унаследованные от CacheEngineMemcached | |
| configure ($options=[]) | |
| Защищенные члены унаследованные от KeyValueEngine | |
| lock (string $key='', int $ttl=0) | |
| unlock (string $key='') | |
| getPartition ($key) | |
| getInitDirKey ($baseDirVersion, $baseDir, $initDir) | |
| getBaseDirKey ($baseDir) | |
| getKeyPrefix ($baseDirVersion, $initDirVersion) | |
| getInitDirVersion ($baseDir, $initDir=false, bool $create=true) | |
| getBaseDirVersion ($baseDir) | |
| Защищенные статические члены унаследованные от CacheEngineMemcache | |
| static | getExpire ($ttl) |
| Защищенные данные унаследованные от KeyValueEngine | |
| string | $sid = 'BX' |
| bool | $useLock = false |
| int | $ttlMultiplier = 2 |
| int | $ttlOld = 60 |
| bool | $old = false |
| bool | $fullClean = false |
| int | $written = 0 |
| int | $read = 0 |
| string | $path = '' |
| Статические защищенные данные унаследованные от KeyValueEngine | |
| static | $engine = null |
| static array | $locks = [] |
| static bool | $isConnected = false |
| static array | $baseDirVersion = [] |
| static array | $initDirPartitions = [] |
| static int | $clusterGroup = 0 |
См. определение в файле memcachedclustercache.php строка 7
| __construct | ( | $options = [] | ) |
См. определение в файле memcachedclustercache.php строка 13
Cleans (removes) the value from the cache by the key (directory or file).
| string | $baseDir | Base cache directory (usually /bitrix/cache). |
| string | $initDir | Directory within base. |
| string | $filename | File name. |
Переопределяет метод предка KeyValueEngine.
См. определение в файле memcachedclustercache.php строка 49
| QueueRun | ( | $param1, | |
| $param2, | |||
| $param3 ) |
См. определение в файле memcachedclustercache.php строка 43