2martens / de.plugins-zum-selberbauen.ultimate

A fully functional CMS for WCF 2.0
GNU General Public License v3.0
4 stars 0 forks source link

Revamp content caching #310

Closed 2martens closed 9 years ago

2martens commented 10 years ago

It is not feasible to cache an ever-growing amount of actual text and belonging objects. The cache should only include the relevant data without other objects. These objects can still be loaded on a per-request basis. If something is not needed for a list of objects, then it shouldn't be in cache.

2martens commented 9 years ago

Has been implemented.