XF 1.5 Frontend Vs Backend Cache?

kkarki

Member
What's the different between frontend and backend cache?

Does front-end cache also caches information, where does it store that information, in memory or file?

In the case of back-end cache, what data stored as opposed to front-end cache?
 
The backend configures where the cached data is stored. The frontend configures some default options about how that data is stored. For the most part, you can ignore anything on the front end other than the cache prefix.
 
Top Bottom