Открытые члены | |
__construct ($cacheKey, array $configuration, array $htmlCacheOptions) | |
getContents () | |
isGzipped () | |
getLastModified () | |
getEtag () | |
getContentType () | |
exists () | |
shouldCountQuota () | |
Защищенные данные | |
$cacheKey = null | |
$configuration = array() | |
$htmlCacheOptions = array() | |
Represents interface for the html cache response Class AbstractResponse
См. определение в файле responder.php строка 471
__construct | ( | $cacheKey, | |
array | $configuration, | ||
array | $htmlCacheOptions ) |
string | $cacheKey | unique cache identifier |
array | $configuration | storage configuration |
array | $htmlCacheOptions | html cache options |
Переопределяется в MemcachedResponse и FileResponse.
См. определение в файле responder.php строка 482
|
abstract |
|
abstract |
Returns the cache contents
Переопределяется в MemcachedResponse и FileResponse.
|
abstract |
Returns the content type of the cache
Переопределяется в MemcachedResponse и FileResponse.
|
abstract |
Returns the Entity Tag of the cache
Переопределяется в MemcachedResponse и FileResponse.
|
abstract |
Returns the time the cache was last modified
Переопределяется в MemcachedResponse и FileResponse.
|
abstract |
Returns true if content is gzipped
Переопределяется в MemcachedResponse и FileResponse.
|
abstract |
|
protected |
См. определение в файле responder.php строка 473
|
protected |
См. определение в файле responder.php строка 474
|
protected |
См. определение в файле responder.php строка 475