|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($cacheKey, array $configuration, array $htmlCacheOptions) | |
| getContents () | |
| getLastModified () | |
| getEtag () | |
| getContentType () | |
| exists () | |
| isGzipped () | |
| shouldCountQuota () | |
| getProps () | |
| getProp ($property) | |
Открытые статические члены | |
| static | getConnection (array $configuration, array $htmlCacheOptions) |
| static | close () |
Поля данных | |
| const | MEMCACHED_GZIP_FLAG = 65536 |
Дополнительные унаследованные члены | |
| Защищенные данные унаследованные от AbstractResponse | |
| $cacheKey = null | |
| $configuration = array() | |
| $htmlCacheOptions = array() | |
См. определение в файле responder.php строка 532
| string | $cacheKey | unique cache identifier |
| array | $configuration | storage configuration |
| array | $htmlCacheOptions | html cache options |
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 549
|
static |
Closes connection to the memcached server
См. определение в файле responder.php строка 718
| exists | ( | ) |
Checks whether the cache exists
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 585
Returns the object that represents the connection to the memcached server
| array | $configuration | memcached configuration |
| array | $htmlCacheOptions | html cache options |
См. определение в файле responder.php строка 673
| getContents | ( | ) |
Returns the cache contents
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 555
| getContentType | ( | ) |
Returns the content type of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 580
| getEtag | ( | ) |
Returns the Entity Tag of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 575
| getLastModified | ( | ) |
Returns the time the cache was last modified
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 570
| getProp | ( | $property | ) |
Returns the $property value
| string | $property | the property name |
См. определение в файле responder.php строка 757
| getProps | ( | ) |
Returns an array of the cache properties
См. определение в файле responder.php строка 732
| isGzipped | ( | ) |
Returns true if content is gzipped
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 594
| shouldCountQuota | ( | ) |
Should we count a quota limit
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 605
| const MEMCACHED_GZIP_FLAG = 65536 |
См. определение в файле responder.php строка 547