Module: AnyCache::Adapters::ActiveSupportMemoryStore::Fetching Private
- Defined in:
- lib/any_cache/adapters/active_support_memory_store/fetching.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Instance Method Details
#fetch_entry(key) ⇒ NilClass, ActiveSupport::Cache::Entry
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12 13 14 |
# File 'lib/any_cache/adapters/active_support_memory_store/fetching.rb', line 12 def fetch_entry(key) driver.instance_eval { read_entry(key, {}) } end |