|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($cacheKey, array $configuration, array $htmlCacheOptions) | |
| write ($content, $md5) | |
| read () | |
| exists () | |
| delete () | |
| deleteAll () | |
| getMd5 () | |
| shouldCountQuota () | |
| getLastModified () | |
| getSize () | |
Защищенные члены | |
| getProps () | |
| deleteProps () | |
| getProp ($property) | |
Дополнительные унаследованные члены | |
| Защищенные данные унаследованные от AbstractStorage | |
| $cacheKey = null | |
| $configuration = array() | |
| $htmlCacheOptions = array() | |
См. определение в файле memcachedstorage.php строка 12
| string | $cacheKey | unique cache identifier |
| array | $configuration | storage configuration |
| array | $htmlCacheOptions | html cache options |
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 18
| delete | ( | ) |
Deletes the cache Returns the number of deleted bytes
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 76
| deleteAll | ( | ) |
Deletes all cache data in the storage
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 88
|
protected |
| exists | ( | ) |
Returns true if the cache exists
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 71
| getLastModified | ( | ) |
Returns the time the cache was last modified
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 120
| getMd5 | ( | ) |
Returns the md5 hash of the cache
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 102
|
protected |
Returns the property value
| string | $property | the property name |
См. определение в файле memcachedstorage.php строка 180
|
protected |
Returns an array of the cache properties
См. определение в файле memcachedstorage.php строка 140
| getSize | ( | ) |
Returns the size of the cache
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 130
| read | ( | ) |
Returns the cache contents
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 59
| shouldCountQuota | ( | ) |
Should we count a quota limit
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 111
| write | ( | $content, | |
| $md5 ) |
Writes the content to the storage
| string | $content | the string that is to be written |
| string | $md5 | the content hash |
Переопределяет метод предка AbstractStorage.
См. определение в файле memcachedstorage.php строка 30