forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Scalacache
saeta edited this page Feb 10, 2012
·
17 revisions
An in-memory cache with expiry support is provided by Play.
Note: By default, this implementation is used for Play's internal caching as well
The Scala API with information about the usage can be found here
The following simple steps need to be taken if one would like to implement a different caching solution
- set
ehcacheplugin=disabledinapplication.conf - implement
play.api.CacheAPIinterface - implement
play.api.Plugin