aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/memory_store.rb
Commit message (Expand)AuthorAgeFilesLines
* 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