aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/mem_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Decouple the local cache strategy from MemCacheStore for reuse with other rem...Lourens Naude2009-01-171-58/+6
* Added in a local per request cache to MemCacheStore. It acts as a buffer to s...Nahum Wild2009-01-151-4/+61
* Merge with docrailsPratik Naik2008-11-021-9/+33
* Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...Doug Barth2008-10-171-0/+3
* 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-191-1/+7
* 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
* 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-031-0/+51