Home
last modified time | relevance | path

Searched refs:ttl_dir (Results 1 – 1 of 1) sorted by relevance

/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php4 protected static $cache_dir, $ttl_dir; variable in memcache_fakecache
18 $dh = opendir(static::$ttl_dir);
21 if (file_get_contents(static::$ttl_dir.$file) < time()){
22 @unlink(static::$ttl_dir.$file);
32 static::$ttl_dir = $conf['tmpdir'].'/cachewrapper_ttl/';
35 if (!file_exists(static::$ttl_dir)) mkdir(static::$ttl_dir);
49 else @unlink(static::$ttl_dir.static::normalize_key($key));
58 else @unlink(static::$ttl_dir.static::normalize_key($key));
70 @unlink(static::$ttl_dir.static::normalize_key($key));
96 $dh = opendir(static::$ttl_dir);
[all …]