|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __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 строка 470
| string | $cacheKey | unique cache identifier |
| array | $configuration | storage configuration |
| array | $htmlCacheOptions | html cache options |
Переопределяется в FileResponse и MemcachedResponse.
См. определение в файле responder.php строка 481
|
abstract |
|
abstract |
Returns the cache contents
Переопределяется в FileResponse и MemcachedResponse.
|
abstract |
Returns the content type of the cache
Переопределяется в FileResponse и MemcachedResponse.
|
abstract |
Returns the Entity Tag of the cache
Переопределяется в FileResponse и MemcachedResponse.
|
abstract |
Returns the time the cache was last modified
Переопределяется в FileResponse и MemcachedResponse.
|
abstract |
Returns true if content is gzipped
Переопределяется в FileResponse и MemcachedResponse.
|
abstract |
|
protected |
См. определение в файле responder.php строка 472
|
protected |
См. определение в файле responder.php строка 473
|
protected |
См. определение в файле responder.php строка 474