playframework / play-plugins

CachePlugin
444 stars 161 forks source link

`getOrElse` double prefixing fix #161

Closed luksow closed 8 years ago

luksow commented 9 years ago

Using namespacedKey in getOrElse results in keys being double-prefixed because both get and set already do that.