PHP 클래스 Horde_Prefs_Cache_HordeCache, horde

부터: 2.6.0
저자: Michael Slusarz ([email protected])
상속: extends Horde_Prefs_Cache_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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 )