K kkarki Member May 31, 2016 #1 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?
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?
Mike XenForo developer Staff member May 31, 2016 #2 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. Upvote 0 Downvote
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.