PHP 클래스 Horde_Core_Factory_ThemesCache, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Factory_Base, implements Horde_Shutdown_Task
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
create ( string $app, string $theme ) : Horde_Themes_Cache Return the Horde_Themes_Cache:: instance.
expireCache ( string $app, string $theme ) : boolean Expire cache entry.
shutdown ( ) Store object in cache.

메소드 상세

create() 공개 메소드

Return the Horde_Themes_Cache:: instance.
public create ( string $app, string $theme ) : Horde_Themes_Cache
$app string The application name.
$theme string The theme name.
리턴 Horde_Themes_Cache The singleton instance.

expireCache() 공개 메소드

Expire cache entry.
public expireCache ( string $app, string $theme ) : boolean
$app string The application name.
$theme string The theme name.
리턴 boolean True if cache entry existed and was deleted.

shutdown() 공개 메소드

Store object in cache.
public shutdown ( )