PHP Класс Horde_Prefs_Cache_HordeCache, horde

С версии: 2.6.0
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Prefs_Cache_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( $user, array $params = [] )
get ( $scope )
remove ( $scope = null )
store ( $scope_ob )

Защищенные методы

Метод Описание
_cacheId ( string $scope ) : string Get cache ID.

Описание методов

__construct() публичный Метод

public __construct ( $user, array $params = [] )
$params array Additional configuration parameters: - cache: (Horde_Cache) [REQUIRED] Cache object. - prefix: (string) Cache prefix.

_cacheId() защищенный Метод

Get cache ID.
protected _cacheId ( string $scope ) : string
$scope string Scope ID.
Результат string Cache ID.

get() публичный Метод

public get ( $scope )

remove() публичный Метод

public remove ( $scope = null )

store() публичный Метод

public store ( $scope_ob )