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
Показать файл Открыть проект

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

Метод Описание
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 ( )