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é
Référence de l'interface SimplePie_Cache_Base
+ Graphe d'héritage de SimplePie_Cache_Base:

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'
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $location,
  $name,
  $type 
)

Create a new cache object

Paramètres
string$locationLocation string (from SimplePie::$cache_location)
string$nameUnique ID for the cache
string$typeEither TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data

Implémenté dans SimplePie_Cache_File, SimplePie_Cache_Memcache, et SimplePie_Cache_MySQL.

Documentation des fonctions membres

◆ load()

load ( )

Retrieve the data saved to the cache

Renvoie
array Data for SimplePie::$data

Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.

◆ mtime()

mtime ( )

Retrieve the last modified time for the cache

Renvoie
int Timestamp

Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.

◆ save()

save (   $data)

Save data to the cache

Paramètres
array | SimplePie$dataData to store in the cache. If passed a SimplePie object, only cache the $data property
Renvoie
bool Successfulness

Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.

◆ touch()

touch ( )

Set the last modified time to the current time

Renvoie
bool Success status

Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.

◆ unlink()

unlink ( )

Remove the cache

Renvoie
bool Success status

Implémenté dans SimplePie_Cache_MySQL, SimplePie_Cache_Memcache, et SimplePie_Cache_File.

Documentation des champs

◆ TYPE_FEED

const TYPE_FEED = 'spc'

◆ TYPE_IMAGE

const TYPE_IMAGE = 'spi'

La documentation de cette interface a été générée à partir du fichier suivant :