cache « playframework « Java Enterprise Q&A





1. Play Framework: caching on templates    stackoverflow.com

I'm using Play Framework (v1.1.1) and I have a doubt about the #{cache} tag. I suppose the question would be "when should I use it?" but I think it's quite generic. So besides ...

2. Using Cache in Play Framework    stackoverflow.com

I'm trying to implement a quiz application. The application loads the questions with ajax one by one. When a user clicks the 'to next question' button his/her answer is saved in ...

3. PlayFramework shared Cache problem    stackoverflow.com

Hi I'm creating subdirectories dynamically using routes, something like that

GET     /event/{nick}                 ...

4. How do I prevent browser caching with Play?    stackoverflow.com

Part of my app provides a file to be downloaded using the redirect() method. I have found that Chrome (and not Firefox or IE, weirdly) is caching this file so ...

5. Caching of renderBinary responses    stackoverflow.com

I am trying to customize serving of some static resources with renderBinary(). I would like to serve these assets through controller which optionaly checks authorization and serves appropriate file. I would ...