mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Reformat cache handler code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9814 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9b4f219a0c
commit
518a8a2f59
1 changed files with 119 additions and 119 deletions
14
classes/cache/CacheHandler.class.php
vendored
14
classes/cache/CacheHandler.class.php
vendored
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/**
|
||||
/**
|
||||
* @class CacheHandler
|
||||
* @author NHN (developer@xpressengine.com)
|
||||
* @brief Cache Handler
|
||||
|
|
@ -7,8 +7,7 @@
|
|||
*
|
||||
**/
|
||||
|
||||
class CacheHandler extends Handler {
|
||||
|
||||
class CacheHandler extends Handler {
|
||||
var $handler = null;
|
||||
var $keyGroupVersions = null;
|
||||
|
||||
|
|
@ -104,9 +103,9 @@
|
|||
$this->keyGroupVersions[$keyGroupName]++;
|
||||
$this->handler->put('key_group_versions', $this->keyGroupVersions, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class CacheBase{
|
||||
class CacheBase{
|
||||
function get($key, $modified_time = 0){
|
||||
return false;
|
||||
}
|
||||
|
|
@ -126,5 +125,6 @@
|
|||
function truncate(){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
||||
|
||||
/* End of file : CacheHandler.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue