new bot restriction (by activity), autobid limit

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@66 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
akulikov
2009-03-18 13:07:17 +00:00
parent 7303dd5f2e
commit 7be8383480

View File

@ -45,6 +45,11 @@ final class Cache
return file_get_contents($this->cache_file); return file_get_contents($this->cache_file);
} }
function reset()
{
@unlink($this->cache_file);
}
/** /**
* Проверяет, закешированы ли данные с таким именем * Проверяет, закешированы ли данные с таким именем
* *