Class SimplePie_Cache
Used to create cache objects
This class can be overloaded with SimplePie_Core::set_cache_class()
,
although the preferred way is to create your own handler via SimplePie_Cache::register()
public static
|
|
public static
|
|
public static
array
|
protected static
array
|
$handlers | array(
'mysql' => 'SimplePie_Cache_MySQL',
'memcache' => 'SimplePie_Cache_Memcache',
) |
#
Cache handler classes |