mumoshu/play2-memcached

[play 2.3.8] How to cache play Result.Status object for memcache

puneetar opened this issue · 1 comments

Hey,

How can I cache the play Result.Status object in memcache.
Currently when I try to do that, it gives me a NotSerializable Exception, as Result.Status does not implement Serializable.

Is there a way i can achieve this with this plugin ?