aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
...
* | Explicit File#atomic_write dependencyJeremy Kemper2009-03-291-0/+2
|/
* 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-172-58/+110
* Added in a local per request cache to MemCacheStore. It acts as a buffer to s...Nahum Wild2009-01-151-4/+61
* Lazy-require DRb for ActiveSupport::Cache::DRbStoreJeremy Kemper2008-11-231-3/+2
* Merge with docrailsPratik Naik2008-11-024-9/+49
* Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...Doug Barth2008-10-172-2/+10
* Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...Doug Barth2008-10-171-0/+1
* Removed monitor from MemoryStore and created a seperate threadsafe store call...Joshua Peek2008-09-102-39/+57
* Fix indentation mismatchJeremy Kemper2008-09-081-1/+1
* Ensure objects cached with MemoryStore are immutableJoshua Peek2008-08-191-1/+1
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-2/+2
* Replace MemoryStore mutex with a monitor to avoid issues with nested callsJoshua Peek2008-08-181-12/+24
* Marshal FileStore valuesJoshua Peek2008-08-131-2/+2
* Account for the possibility of a nil options argument to CompressedMemCacheSt...Jeffrey Hardy2008-08-131-4/+4
* Ensure file atomic write uses the cache directory as its tmp folderJoshua Peek2008-08-061-1/+1
* Treat single C operations in MemoryStore as atomicJoshua Peek2008-08-061-23/+8
* Make FileStore use atomic writesJoshua Peek2008-08-061-1/+1
* MemoryStore is the only "unsafe" store. Make it threadsafe by default.Joshua Peek2008-08-061-12/+43
* MemCacheStore#decrement should use data instance variable not local variable ...Joshua Peek2008-07-161-15/+15
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-193-3/+19
* Add missing clear method to memory_storeTobias Lütke2008-04-291-0/+4
* Allow access to mem_cache_store's stats hashTobias Lütke2008-04-291-0/+4
* Implement increment/decrement on cache storage engines, using read/write by d...Tobias Lütke2008-04-291-0/+18
* By default rails will update keys in memcached when using Rails.cache.write. ...Tobias Lütke2008-04-291-6/+5
* Add default options to file_store to make it align with the other cache store...Michael Koziarski2008-04-261-2/+2
* Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re...jweiss2008-04-171-1/+2
* Add #clear to mem_cache_store, flushes all cachesJeremy Kemper2008-02-211-0/+4
* Pass array of addressesJeremy Kemper2008-02-171-1/+1
* Fix that the options hash can be nil when coming from fragmentsDavid Heinemeier Hansson2008-02-071-2/+2
* MemCacheStore#write and #delete return a boolean indicating whether the opera...Jeremy Kemper2008-02-011-5/+16
* MemCacheStore#write uses add by default and set if :force => trueJeremy Kemper2008-02-011-2/+5
* Log an error to the console when the memcache server is raisingDavid Heinemeier Hansson2008-01-221-3/+6
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-035-0/+175