Skip to content

Cache & distributed servers

gakuzzzz edited this page Dec 26, 2012 · 2 revisions

###Attention -- Distributed Servers

Ehcache, the default cache implementation used by Play2.x, does not work on distributed application servers.

If you have distributed servers, use the Memcached Plugin or something similar.

Clone this wiki locally