Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($location, $name, $type) | |
save ($data) | |
load () | |
mtime () | |
touch () | |
unlink () | |
Champs de données | |
const | TYPE_FEED = 'spc' |
const | TYPE_IMAGE = 'spi' |
__construct | ( | $location, | |
$name, | |||
$type | |||
) |
Create a new cache object
string | $location | Location string (from SimplePie::$cache_location) |
string | $name | Unique ID for the cache |
string | $type | Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data |
Implémenté dans SimplePie_Cache_File, SimplePie_Cache_Memcache, et SimplePie_Cache_MySQL.
load | ( | ) |
Retrieve the data saved to the cache
Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.
mtime | ( | ) |
Retrieve the last modified time for the cache
Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.
save | ( | $data | ) |
Save data to the cache
array | SimplePie | $data | Data to store in the cache. If passed a SimplePie object, only cache the $data property |
Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.
touch | ( | ) |
Set the last modified time to the current time
Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.
unlink | ( | ) |
Remove the cache
Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.
const TYPE_FEED = 'spc' |
const TYPE_IMAGE = 'spi' |