Caches data to the filesystem
package | SimplePie |
---|---|
subpackage | Caching |
__construct(string $location, string $name, string $type)
inherited_from | \SimplePie_Cache_Base::__construct() |
---|
string
Location string (from SimplePie::$cache_location)
string
Unique ID for the cache
string
Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
load() : array
inherited_from | \SimplePie_Cache_Base::load() |
---|
array
Data for SimplePie::$datamtime() : integer
inherited_from | \SimplePie_Cache_Base::mtime() |
---|
integer
Timestampsave(array|\SimplePie $data) : boolean
inherited_from | \SimplePie_Cache_Base::save() |
---|
array
\SimplePie
Data to store in the cache. If passed a SimplePie object, only cache the $data property
boolean
Successfulnesstouch() : boolean
inherited_from | \SimplePie_Cache_Base::touch() |
---|
boolean
Success statusunlink() : boolean
inherited_from | \SimplePie_Cache_Base::unlink() |
---|
boolean
Success status$extension : string
$filename : string
$name : string