|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($cacheKey, array $configuration, array $htmlCacheOptions) | |
| getContents () | |
| getLastModified () | |
| getEtag () | |
| getContentType () | |
| exists () | |
| shouldCountQuota () | |
| isGzipped () | |
Дополнительные унаследованные члены | |
| Защищенные данные унаследованные от AbstractResponse | |
| $cacheKey = null | |
| $configuration = array() | |
| $htmlCacheOptions = array() | |
См. определение в файле responder.php строка 769
| string | $cacheKey | unique cache identifier |
| array | $configuration | storage configuration |
| array | $htmlCacheOptions | html cache options |
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 775
| exists | ( | ) |
Checks whether the cache exists
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 849
| getContents | ( | ) |
Returns the cache contents
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 786
| getContentType | ( | ) |
Returns the content type of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 835
| getEtag | ( | ) |
Returns the Entity Tag of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 823
| getLastModified | ( | ) |
Returns the time the cache was last modified
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 807
| isGzipped | ( | ) |
Returns true if content is gzipped
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 867
| shouldCountQuota | ( | ) |
Should we count a quota limit
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 858