#242 cache key에 xe core 버전명을 prefix로 사용.

This commit is contained in:
bnu 2014-01-01 00:22:36 +09:00
parent 60ef5e1bab
commit 21057ca527
5 changed files with 21 additions and 30 deletions

View file

@ -10,13 +10,6 @@
*/
class CacheWincache extends CacheBase
{
/**
* Default valid time
* @var int
*/
var $valid_time = 36000;
/**
* Get instance of CacheWincache
*