aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/strategy/local_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-151-1/+4
|\
| * Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-111-1/+4
* | active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-161-1/+0
|/
* Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-211-1/+8
* Caching: MemCache and Redis stores use local cache for multi-readsGabriel Sobrinho2018-02-231-0/+17
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Cache: test coverage for cleanup behavior with local cache strategyEugene Kenny2017-06-101-1/+1
* Revert #25628. Incomplete change + needs a deprecation cycle.Jeremy Daer2017-06-101-3/+3
* Don't cache locally if unless_exist was passedEugene Kenny2017-05-141-1/+6
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-7/+5
* Remove deprecated set_cache_valueAndrew White2016-11-131-8/+0
* WhitespaceRafael Mendonça França2016-10-251-0/+1
* Merge pull request #25628 from ysksn/optionsRafael Mendonça França2016-08-171-3/+3
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-021-3/+3
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* | applies new string literal convention in activesupport/libXavier Noria2016-08-061-5/+5
|/
* Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
* add deprecations for a smooth transition after #22215Michael Grosser2015-11-191-3/+11
* keep deprecated namespaced_key in case any subclass uses itMichael Grosser2015-11-101-1/+1
* send normalized keys to the cache backends so they do not need to manage this...Michael Grosser2015-11-101-2/+3
* fast and consistent return when local_cache does not existMichael Grosser2015-11-071-9/+12
* 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