play-plugins icon indicating copy to clipboard operation
play-plugins copied to clipboard

Redis Plugin Cache.getAs[T](redisKey)

Open salehsed opened this issue 11 years ago • 1 comments

Hi

Is it possible to add getAsT to cache object . at the moment it not supported for play2.1.3

[warn] application - could not deserialize key ex:java.lang.ClassNotFoundException: MyClass java.lang.ClassNotFoundException: MyClass

salehsed avatar Sep 27 '13 03:09 salehsed

Can you post more code and clarify that you are using play 2.1.3 (which DOES support getAs[T]).

At a glance the error looks like a simple case of MyClass not being defined.

Also, as mentioned in #88 , I don't think your issue is related to that problem.

aellerton avatar Sep 27 '13 04:09 aellerton