Is there a auto cache framework for playframework?
I developed my service using Django. For Django, there is a johnny cache(http://packages.python.org/johnny-cache/). Johnny cache apply monkey patch to django models and automatically invalidate cache when model is created, modified, and deleted. I love it because it's so simple.
I have a plan to make my new service using playframework because playframework is awesome, but I couldn't find any appropriate cache framework. Anybody can recommend me a nice cache framework for playframework?