1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
cacheprovider.php
См. документацию.
1
<?
2
namespace
Bitrix\Main\Composite\Data;
3
4
abstract
class
CacheProvider
5
{
6
abstract
public
function
isCacheable
();
7
abstract
public
function
setUserPrivateKey
();
8
abstract
public
function
getCachePrivateKey
();
9
abstract
public
function
onBeforeEndBufferContent
();
10
}
11
12
class_alias(
"Bitrix\\Main\\Composite\\Data\\CacheProvider"
,
"Bitrix\\Main\\Data\\StaticCacheProvider"
);
Bitrix\Main\Composite\Data\CacheProvider
Определения
cacheprovider.php:5
Bitrix\Main\Composite\Data\CacheProvider\setUserPrivateKey
setUserPrivateKey()
Bitrix\Main\Composite\Data\CacheProvider\onBeforeEndBufferContent
onBeforeEndBufferContent()
Bitrix\Main\Composite\Data\CacheProvider\isCacheable
isCacheable()
Bitrix\Main\Composite\Data\CacheProvider\getCachePrivateKey
getCachePrivateKey()
bitrix
modules
main
lib
composite
data
cacheprovider.php
Создано системой
1.14.0