aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/mem_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* use prepend instead of extending every instanceMichael Grosser2015-11-061-25/+25
* [skip ci] Update documentation for MemCacheStore::build_mem_cacheAnton Davydov2015-05-211-1/+8
* Instrument read_multi.Kasper Timm Hansen2015-02-211-7/+10
* Add 'e' var on rescue DalliError, in order to log itArthur Neves2014-01-061-2/+2
* Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-031-0/+3
* mem_cache_store requires dalli, so only accept dalli/clientArthur Neves2014-01-031-6/+1
* Missing require extract_optionsAkira Matsuda2013-01-311-0/+1
* Use already defined Encoding constants rather than creating one-trip StringsAkira Matsuda2013-01-281-1/+1
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+1
* Padding expires_in by 5 minutes on dalli key write to facilitate :race_condit...Mike Evans2012-10-111-0/+4
* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-32/+21
* remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+1
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-131-1/+1
* Revert "Fix "in memory" where it should be "in-memory"."Vijay Dev2011-11-111-1/+1
* Update Memcached website to its new one at http://memcached.org/.Cheah Chu Yeow2011-11-111-1/+1
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-111-1/+1
* MemcacheStore: deserialize the entry reading from local_cache when using rawDingding Ye2011-06-101-0/+8
* Make MemCacheStore work with Ruby 1.9 and -KuAndrew White2011-05-311-1/+1
* Tidy up previous commit.José Valim2011-04-281-3/+8
* Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2.Pan Thomakos2011-03-111-1/+4
* Fix misleading advice to add 'memcache' to GemfileWincent Colaiuta2010-10-101-1/+1
* remove another lolinjectAaron Patterson2010-10-011-1/+1
* making comments meaningful by correcting, adding and pruningNeeraj Singh2010-07-261-4/+3
* String#[] doesn't return the byte representation on 1.9.2, we should use getb...Santiago Pastorino2010-06-271-1/+1
* preventing memcached initialization errors with default servers list [#4921 s...David Calavera2010-06-221-1/+1
* Unforce memcache from ASSantiago Pastorino2010-06-011-1/+6
* ActiveSupport::Cache refactoringBrian Durand2010-04-271-75/+109
* Make sure MemCacheStore logger existsJoshua Peek2010-04-071-3/+3
* Drop expires argument from call to @data in MemCacheStore so it works with me...Vladimir Andrijevik2010-03-281-1/+1
* requires active_support/core_ext/array/extract_options in mem_cache_store.rb ...Xavier Noria2010-01-011-0/+1
* Rdoc for changes introduced in e2ed1a1ca, 36058f450.David Vrensk2009-11-121-0/+5
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-4/+7
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Instrumenting cache stores.José Valim2009-09-201-13/+18
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Merge docrailsPratik Naik2009-07-251-3/+3
* Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...Pratik Naik2009-06-211-4/+0
* Use duck typing to also allow MemCache-like object when initializing a MemCac...Bryan Helmkamp2009-05-191-1/+1
* Allow MemCacheStore to be initialized with a MemCache object instead of addre...Bryan Helmkamp2009-05-191-6/+11
* Add ability to get multiple memcached keys at the same time (via MemCacheStor...Joe Van Dyk2009-05-181-0/+5
* 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