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

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

 store (array $authResult)
 
 rewrite (array $authResult)
 
 restore ($accessToken)
 

Открытые атрибуты

const CACHE_TTL = 3600
 
const CACHE_PREFIX = "oauth_"
 

Защищенные члены

 getCacheId ($accessToken)
 
 getCache ()
 

Подробное описание

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

Методы

◆ getCache()

getCache ( )
protected

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

◆ getCacheId()

getCacheId ( $accessToken)
protected

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

◆ restore()

restore ( $accessToken)

Замещает AuthStorageInterface.

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

◆ rewrite()

rewrite ( array $authResult)

Замещает AuthStorageInterface.

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

◆ store()

store ( array $authResult)

Замещает AuthStorageInterface.

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

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

◆ CACHE_PREFIX

const CACHE_PREFIX = "oauth_"

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

◆ CACHE_TTL

const CACHE_TTL = 3600

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