cike
11 years agoChampion
Using appcache and custom pagination
Hey guys,
I'm using an endpoint to build a custom message list of all recent topics in our community. For the future it will be necessary to use caching mechanims, because we are requesting a big amount of data.
To increase the performance I'm currently using the appcache- Freemarker context object to cache my requested topics.
Unfortunately, caching destroys my custom pagination. Pagination items are build correctly, but it doesn't switch the pages (because only the first 10 items are cached)
Does anybody of got an idea how I could get my custom pagination back to using caching?
Thanks and regards,
Christian