play framework 2.0 support memcached?

早过忘川 提交于 2019-12-24 02:16:32

问题


I read Play Framework 2.0 document,I don't any word about memcached.How can I use memcached in Play Framework 2.0? why disappear in 2.0, in 1.x ,it is so easy!!!


回答1:


As already pointed out in the comments, the default implementation of the Cache API uses Ehcache. If you want to use memcached, you coult write your own Cache implementation, or you could use this one.



来源:https://stackoverflow.com/questions/9999204/play-framework-2-0-support-memcached

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!