\Horde_Themes_Css_Cache_HordeCache

Horde_Cache backend for the CSS caching library.

Summary

Methods
Properties
Constants
__construct()
process()
gc()
No public properties found
No constants found
No protected methods found
$_params
N/A
No private methods found
No private properties found
N/A

Properties

$_params

$_params : array

Configuration parameters.

Type

array

Methods

__construct()

__construct(array  $params = array()) 

Constructor.

Parameters

array $params

Configuration parameters.

process()

process(array  $css, string  $cacheid) : array

Process a list of CSS files.

Parameters

array $css

See Horde_Themes_Css#getStylesheets().

string $cacheid

Cache ID.

Returns

array —

The list of URLs to display (Horde_Url objects).

gc()

gc() 

Perform garbage collection.