Is it possible to set Ehcache properties from the application.conf with Play framework?
i.e. in application.conf can I specify something like:
timeToLiveSeconds=36000
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, this is not supported. Configuration options supported by Play 1.2.4 are documented here and there is nothing like that on the list. Ehcache-specific options can’t be found from the Cache API of Play either, as it is supposed to provide a generic interface to cache functionality, independent of the actual implementation (Ehcache, Memcached).