As far as I know, this is not supported. The configuration options supported by Play 1.2.4 are documented here , and there is nothing like this in the list. Ehcache-specific parameters cannot be found in the Play cache API, since it must provide a common interface for caching functions, regardless of the actual implementation (Ehcache, Memcached).
source
share