/var/www/vhosts/ihelp.ro/ajutam.ro/wp-includes/SimplePie/src/Cache
NameSizeModeActions
Base.php18780644editdlrm
BaseDataCache.php35870644editdlrm
CallableNameFilter.php15180644editdlrm
DataCache.php27990644editdlrm
DB.php37050644editdlrm
File.php29770644editdlrm
Memcache.php37120644editdlrm
Memcached.php38290644editdlrm
MySQL.php137030644editdlrm
NameFilter.php11750644editdlrm
Psr16.php32560644editdlrm
Redis.php43050644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-includes/SimplePie/src/Cache/Base.php (1878B)
|\SimplePie\SimplePie $data Data to store in the cache. If passed a SimplePie object, only cache the $data property * @return bool Successfulness */ public function save($data); /** * Retrieve the data saved to the cache * * @return array Data for SimplePie::$data */ public function load(); /** * Retrieve the last modified time for the cache * * @return int Timestamp */ public function mtime(); /** * Set the last modified time to the current time * * @return bool Success status */ public function touch(); /** * Remove the cache * * @return bool Success status */ public function unlink(); } class_alias('SimplePie\Cache\Base', 'SimplePie_Cache_Base');