PHP 클래스 Piwik\Settings\Storage\Backend\Cache

Can be used as a decorator in combination with any other storage backend.
상속: implements Piwik\Settings\Storage\Backend\BackendInterface
파일 보기 프로젝트 열기: piwik/piwik

공개 메소드들

메소드 설명
__construct ( Piwik\Settings\Storage\Backend\BackendInterface $backend )
buildCache ( )
clearCache ( )
delete ( )
getStorageId ( )
load ( )
save ( $values ) Saves (persists) the current setting values in the database.

메소드 상세

__construct() 공개 메소드

public __construct ( Piwik\Settings\Storage\Backend\BackendInterface $backend )
$backend Piwik\Settings\Storage\Backend\BackendInterface

buildCache() 공개 정적인 메소드

public static buildCache ( )

clearCache() 공개 정적인 메소드

public static clearCache ( )

delete() 공개 메소드

public delete ( )

getStorageId() 공개 메소드

public getStorageId ( )

load() 공개 메소드

public load ( )

save() 공개 메소드

Saves (persists) the current setting values in the database.
public save ( $values )