![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de SimplePie_Cache_Memcache:Fonctions membres publiques | |
| __construct ($location, $name, $type) | |
| save ($data) | |
| load () | |
| mtime () | |
| touch () | |
| unlink () | |
Attributs protégés | |
| $cache | |
| $options | |
| $name | |
Membres hérités additionnels | |
Champs de données hérités de SimplePie_Cache_Base | |
| 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émente SimplePie_Cache_Base.
Références $location, name, et SimplePie_Cache\parse_URL().
| load | ( | ) |
Retrieve the data saved to the cache
Implémente SimplePie_Cache_Base.
| mtime | ( | ) |
| 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émente SimplePie_Cache_Base.
| touch | ( | ) |
Set the last modified time to the current time
Implémente SimplePie_Cache_Base.
| unlink | ( | ) |
|
protected |
|
protected |
|
protected |