Cache should be available in main domain. #837
-
Hi We want to clear store and clear cache for all subdomains (subdomain1.main.com, subdomain2.main.com ) From Implementation is like.
It creates /tmpcache/subdomain1.main.com/Files And When I clear cache from main.com => it doesn't clear subdomain1.main.com/ cache, but I want to maintain at centralised level. Can you please guide me with this? Your support is appriciable. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, I asked you to read carefully the DOCS and Wiki for a good reason buddy: Set the option |
Beta Was this translation helpful? Give feedback.
-
Please read the documentation, for real.
SecurityKey does not belong to ConfigurationOption class.
Look into the Phpfastcache core.
|
Beta Was this translation helpful? Give feedback.
Hello,
I asked you to read carefully the DOCS and Wiki for a good reason buddy:
https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV4%CB%96%5D-Configuration-Options#file-based-drivers-options-
Set the option
securityKey
to the value of your choice. Therefore Phpfastcache will not rely onHTTP_HOST
...