Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс AbstractResponse
+ Граф наследования:AbstractResponse:

Открытые члены

 __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()

__construct ( $cacheKey,
array $configuration,
array $htmlCacheOptions )
Аргументы
string$cacheKeyunique cache identifier
array$configurationstorage configuration
array$htmlCacheOptionshtml cache options

Переопределяется в MemcachedResponse и FileResponse.

См. определение в файле responder.php строка 482

Методы

◆ exists()

exists ( )
abstract

Checks whether the cache exists

Возвращает
bool

Переопределяется в MemcachedResponse и FileResponse.

◆ getContents()

getContents ( )
abstract

Returns the cache contents

Возвращает
string|false

Переопределяется в MemcachedResponse и FileResponse.

◆ getContentType()

getContentType ( )
abstract

Returns the content type of the cache

Возвращает
string|false

Переопределяется в MemcachedResponse и FileResponse.

◆ getEtag()

getEtag ( )
abstract

Returns the Entity Tag of the cache

Возвращает
string|int

Переопределяется в MemcachedResponse и FileResponse.

◆ getLastModified()

getLastModified ( )
abstract

Returns the time the cache was last modified

Возвращает
int|false

Переопределяется в MemcachedResponse и FileResponse.

◆ isGzipped()

isGzipped ( )
abstract

Returns true if content is gzipped

Возвращает
bool

Переопределяется в MemcachedResponse и FileResponse.

◆ shouldCountQuota()

shouldCountQuota ( )
abstract

Should we count a quota limit

Возвращает
bool

Переопределяется в MemcachedResponse и FileResponse.

Данные класса

◆ $cacheKey

$cacheKey = null
protected

См. определение в файле responder.php строка 473

◆ $configuration

$configuration = array()
protected

См. определение в файле responder.php строка 474

◆ $htmlCacheOptions

$htmlCacheOptions = array()
protected

См. определение в файле responder.php строка 475