I'm using phpfastcache with files strategy. I'm caching sql queries.
As I see phpfastcache creates folders with subdomain name (ex. www.domain.pl
).
I have admin panel in admin.domain.pl
which calls api.domain.pl
.
Problem is that when I, for example, want to clear cache from admin panel it clears api.domain.pl
directory - not www.domain.pl
.
Can I turn off subdomains in phpfastcache? I don't see such option.
Edit: I found answer here: https://stackoverflow.com/a/33848394/979911