aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/strategy/local_cache.rb
Commit message (Collapse)AuthorAgeFilesLines
* Only dup local cache values if duplicable [#1653 state:resolved]Joshua Peek2009-01-281-1/+1
|
* Decouple the local cache strategy from MemCacheStore for reuse with other ↵Lourens Naude2009-01-171-0/+104
remote stores [#1653 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>