method
read_entry
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache::LocalStore
read_entry(key, options)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 28
def read_entry(key, options)
@data[key]
end