mumoshu / play2-memcached

A memcached plugin for Play 2.x
Other
161 stars 66 forks source link

no default for play.modules.cache? #41

Open vikstrous opened 9 years ago

vikstrous commented 9 years ago

It looks like in play 2.4 the default cache implementation doesn't require these configs, but this module does. It would be nice if this module also had sensible defaults, so these configs wouldn't be necessary if you are just using the default cache.

play.modules.cache.defaultCache=default
play.modules.cache.bindCaches=["db-cache", "user-cache", "session-cache"]
mkurz commented 7 years ago

The defaults can be found here now: https://github.com/mumoshu/play2-memcached/blob/master/plugin/src/main/resources/reference.conf