Module: DoubleWriteCacheStores
- Defined in:
- lib/double_write_cache_stores.rb,
lib/double_write_cache_stores/client.rb,
lib/double_write_cache_stores/version.rb,
lib/double_write_cache_stores/base_exception.rb
Defined Under Namespace
Classes: BaseException, Client, UnSupportException
Constant Summary collapse
- LOADED_ACTIVE_SUPPORT =
loaded_active_support- VERSION =
"0.4.0"
Class Method Summary collapse
Class Method Details
.loaded_active_support? ⇒ Boolean
14 15 16 |
# File 'lib/double_write_cache_stores.rb', line 14 def self.loaded_active_support? LOADED_ACTIVE_SUPPORT end |