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

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

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

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

Переопределяет метод предка AbstractResponse.

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

Методы

◆ close()

static close ( )
static

Closes connection to the memcached server

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

◆ exists()

exists ( )

Checks whether the cache exists

Возвращает
bool

Переопределяет метод предка AbstractResponse.

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

◆ getConnection()

static getConnection ( array $configuration,
array $htmlCacheOptions )
static

Returns the object that represents the connection to the memcached server

Аргументы
array$configurationmemcached configuration
array$htmlCacheOptionshtml cache options
Возвращает
\Memcache|false

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

◆ getContents()

getContents ( )

Returns the cache contents

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

Переопределяет метод предка AbstractResponse.

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

◆ getContentType()

getContentType ( )

Returns the content type of the cache

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

Переопределяет метод предка AbstractResponse.

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

◆ getEtag()

getEtag ( )

Returns the Entity Tag of the cache

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

Переопределяет метод предка AbstractResponse.

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

◆ getLastModified()

getLastModified ( )

Returns the time the cache was last modified

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

Переопределяет метод предка AbstractResponse.

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

◆ getProp()

getProp ( $property)

Returns the $property value

Аргументы
string$propertythe property name
Возвращает
string|false

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

◆ getProps()

getProps ( )

Returns an array of the cache properties

Возвращает
\stdClass|false

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

◆ isGzipped()

isGzipped ( )

Returns true if content is gzipped

Возвращает
bool

Переопределяет метод предка AbstractResponse.

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

◆ shouldCountQuota()

shouldCountQuota ( )

Should we count a quota limit

Возвращает
bool

Переопределяет метод предка AbstractResponse.

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

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

◆ MEMCACHED_GZIP_FLAG

const MEMCACHED_GZIP_FLAG = 65536

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