PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/jairosvt/public_html/afmedios.com/components/com_qcache/backends/ |
| Server: Linux server2.noticiasdecolima.com 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64 IP: 107.161.180.42 |
| Dir : /home/jairosvt/public_html/afmedios.com/components/com_qcache/backends/xcache.php |
<?php
/**
**/
// Check to ensure this file is within the rest of the framework
(defined('_VALID_MOS')||defined('_JEXEC')) or die();
class qcache_backend extends qcache_main {
function fetch($id) {
return xcache_get($id);
}
function test() {
return (function_exists('xcache_set'));
}
function store($id, $data) {
return xcache_set($id, $data, QCACHE_TTL);
}
function _delete($id) {
return xcache_unset($id);
}
function _isset($id) {
return xcache_isset($id);
}
}