Открытые члены | |
__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 строка 533
__construct | ( | $cacheKey, | |
array | $configuration, | ||
array | $htmlCacheOptions ) |
string | $cacheKey | unique cache identifier |
array | $configuration | storage configuration |
array | $htmlCacheOptions | html cache options |
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 550
|
static |
Closes connection to the memcached server
См. определение в файле responder.php строка 719
exists | ( | ) |
Checks whether the cache exists
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 586
|
static |
Returns the object that represents the connection to the memcached server
array | $configuration | memcached configuration |
array | $htmlCacheOptions | html cache options |
См. определение в файле responder.php строка 674
getContents | ( | ) |
Returns the cache contents
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 556
getContentType | ( | ) |
Returns the content type of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 581
getEtag | ( | ) |
Returns the Entity Tag of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 576
getLastModified | ( | ) |
Returns the time the cache was last modified
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 571
getProp | ( | $property | ) |
Returns the $property value
string | $property | the property name |
См. определение в файле responder.php строка 758
getProps | ( | ) |
Returns an array of the cache properties
См. определение в файле responder.php строка 733
isGzipped | ( | ) |
Returns true if content is gzipped
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 595
shouldCountQuota | ( | ) |
Should we count a quota limit
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 606
const MEMCACHED_GZIP_FLAG = 65536 |
См. определение в файле responder.php строка 548