-
-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Description
Helo Khoafgod...
I want to ask about Cache PATH, I have set cache path to another path but it's still in current directory, how to fixed it?
Example :
phpFastCache::$path = SRV_ROOT.CACHE;// absolute path
I look at Line 162 self::$path = dirname(FILE);
how about if dirname(FILE) change to user defined parameter?
if php_fast_cache.php in my folder directory like library/php_fast_cache.php
so it will create in library folder not in SRV_ROOT.CACHE; (user defined)
Thanks...