aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/strategy/local_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* do not override fetch on local cacheMichael Grosser2015-11-071-9/+5
* call local_cache 1 time instead of 3 timesMichael Grosser2015-11-061-3/+3
* cache nil replies from backend cache so misses are fast tooMichael Grosser2015-11-051-3/+6
* [skip ci] Add nodoc label for protected Cache methodsAnton Davydov2015-05-221-1/+1
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Add missing require so requiring `active_support/cache` works again.Lucas Mazza2014-04-091-0/+1
* - Rename `increment_or_decrement` to an apt `set_cache_value` since it actual...Vipul A M2014-03-241-4/+5
* Extract local cache middlewareArthur Neves2014-02-231-32/+2
* clear cache on body close so that cache remains during renderingAaron Patterson2014-01-081-2/+8
* Stop using method missing for singleton delegation.Aaron Patterson2013-11-061-0/+3
* The increment and decrement commands in the local cache are exactly thewangjohn2013-04-171-18/+14
* Refactored the storage of a temporary version of the local cache intowangjohn2013-04-171-8/+6
* Add nodoc to LocalCacheRegistryRafael Mendonça França2013-04-171-1/+1
* Adding a local thread registry to store local caches.wangjohn2013-04-171-15/+32
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-131-2/+2
* Revert "Fix "in memory" where it should be "in-memory"."Vijay Dev2011-11-111-2/+2
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-111-2/+2
* remove to_s implementation so that inspect is helpfulAaron Patterson2011-03-021-1/+0
* * LocalCache strategy is now a real middleware class, not an anonymous classAaron Patterson2011-03-021-23/+29
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* making comments meaningful by correcting, adding and pruningNeeraj Singh2010-07-261-5/+5
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-5/+7
* object_id may be negative, producing an invalid symbol. h/t Markus SchirpJeremy Kemper2010-04-281-1/+1
* ActiveSupport::Cache refactoringBrian Durand2010-04-271-52/+102
* Fixed method sign errorSantiago Pastorino2010-04-091-1/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* fixes a couple of wrong requiresXavier Noria2010-01-011-1/+1
* requires active_support/inflector/methods active_support/core_ext/string/infl...Xavier Noria2010-01-011-0/+1
* Mute log info coming from the local_cache strategyPratik Naik2009-10-091-5/+5
* Ensure Memcache local cache returns duplicated values [#2302 state:resolved]Joshua Peek2009-05-271-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Nicer name for anonymous local cache middleware classJoshua Peek2009-04-021-0/+5
* 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 rem...Lourens Naude2009-01-171-0/+104