/home/techb158/public_html/wp-includes/SimplePie/src/Cache
NameSizeModeActions
Base.php18780666editdlrm
BaseDataCache.php35870666editdlrm
CallableNameFilter.php15180666editdlrm
DataCache.php27990666editdlrm
DB.php37050666editdlrm
File.php29770666editdlrm
Memcache.php37120666editdlrm
Memcached.php38290666editdlrm
MySQL.php137030666editdlrm
NameFilter.php11750666editdlrm
Psr16.php32560666editdlrm
Redis.php43050666editdlrm
Edit: /home/techb158/public_html/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');