Raw Php Cache

phpfastcache:

include_once('phpfastcache/phpfastcache.php');
$cache = phpFastCache();
//get
$results = $cache->get("identity_keyword");
//set
$cache->set($cache_key, $products_json, 300);

No Comments

Post a Comment