Skip to content

Instantly share code, notes, and snippets.

//Script location: /public/myapp/includes/simplepie/library/SimplePie/Cache/Custom_Cache.php
class Custom_Cache extends SimplePie_Cache {
function __construct() {
error_log("AJ::Success!!! Succeeded in reaching the cache class::Constructor");
}
function create($location, $filename, $extension) {
error_log("AJ::Success!!! Succeeded in reaching the cache class");
die;