mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
#242 cache key에 xe core 버전명을 prefix로 사용.
This commit is contained in:
parent
2149ed7700
commit
d2365bbd09
5 changed files with 21 additions and 30 deletions
7
classes/cache/CacheMemcache.class.php
vendored
7
classes/cache/CacheMemcache.class.php
vendored
|
|
@ -8,13 +8,6 @@
|
|||
*/
|
||||
class CacheMemcache extends CacheBase
|
||||
{
|
||||
|
||||
/**
|
||||
* Default valid time
|
||||
* @var int
|
||||
*/
|
||||
var $valid_time = 36000;
|
||||
|
||||
/**
|
||||
* instance of Memcahe
|
||||
* @var Memcahe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue