aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/memory_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix elapsed time calculationsbogdanvlviv2019-02-081-2/+2
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-4/+2
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* AS:Cache:MemoryStore doc fixes [ci skip] (#28389)Vipul A M2017-03-121-1/+1
* Merge pull request #27051 from devonestes/adding-cache-clear-docsVipul A M2017-03-121-0/+2
|\
| * Add missing documentation for MemoryStore#clear [ci skip]Devon Estes2016-11-151-0/+2
* | Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-7/+5
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove the word "mongrel" from documentsRyunosuke Sato2016-09-071-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* modernizes hash syntax in activesupportXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* dry up increment/decrementMichael Grosser2015-11-071-20/+15
* [skip ci] Add nodoc label for protected Cache methodsAnton Davydov2015-05-221-1/+1
* typo rectified [skip ci]Aayush khandelwal2013-12-111-1/+1
* Remove gist link from the codeRafael Mendonça França2013-08-271-1/+0
* Merge pull request #11546 from swoop-inc/ss_memory_store_cache_sizePiotr Sarnacki2013-07-221-3/+14
|\
| * [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...Simeon Simeonov2013-07-221-3/+14
* | Add documentation for #clear on certain Store classesMatt Stopa2013-07-101-0/+1
|/
* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.Brian Durand2012-09-301-0/+1
* add unless_exist option to memory storegrosser2012-05-101-0/+1
* making comments meaningful by correcting, adding and pruningNeeraj Singh2010-07-261-5/+5
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* ActiveSupport::Cache refactoringBrian Durand2010-04-271-31/+125
* MemoryStore#read_multi(*keys) for dev-mode compatibility with memcache storeJeremy Kemper2010-04-191-1/+7
* Mute log info coming from the local_cache strategyPratik Naik2009-10-091-0/+2
* Instrumenting cache stores.José Valim2009-09-201-10/+15
* Original cache objects should not be immutable [#2860 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-1/+1
* Merge with docrailsPratik Naik2008-11-021-0/+14
* Removed monitor from MemoryStore and created a seperate threadsafe store call...Joshua Peek2008-09-101-39/+11
* Ensure objects cached with MemoryStore are immutableJoshua Peek2008-08-191-1/+1
* Replace MemoryStore mutex with a monitor to avoid issues with nested callsJoshua Peek2008-08-181-12/+24
* Treat single C operations in MemoryStore as atomicJoshua Peek2008-08-061-23/+8
* MemoryStore is the only "unsafe" store. Make it threadsafe by default.Joshua Peek2008-08-061-12/+43
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-191-1/+6
* Add missing clear method to memory_storeTobias Lütke2008-04-291-0/+4
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+29