1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/cache
Kohei Suzuki 16d7cfb177 Allow AS::Cache::FileStore#clear without cache directory
Currently `Rails.cache.clear` raises Errno::ENOENT if it's run just
after cloning a new Rails project. It should succeed without removing
files or directories.
2015-04-09 00:04:56 +09:00
..
strategy Doc fix [ci skip] 2015-03-05 14:15:17 +05:30
file_store.rb Allow AS::Cache::FileStore#clear without cache directory 2015-04-09 00:04:56 +09:00
mem_cache_store.rb Instrument read_multi. 2015-02-21 16:06:57 +01:00
memory_store.rb typo rectified [skip ci] 2013-12-11 18:25:48 +05:30
null_store.rb