PHP Class Horde_Prefs_Cache_HordeCache, horde

Since: 2.6.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Prefs_Cache_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( $user, array $params = [] )
get ( $scope )
remove ( $scope = null )
store ( $scope_ob )

Protected Methods

Method Description
_cacheId ( string $scope ) : string Get cache ID.

Method Details

__construct() public method

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

_cacheId() protected method

Get cache ID.
protected _cacheId ( string $scope ) : string
$scope string Scope ID.
return string Cache ID.

get() public method

public get ( $scope )

remove() public method

public remove ( $scope = null )

store() public method

public store ( $scope_ob )