method
fetch
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::Cache::SynchronizedMemoryStore
fetch(key, options = {})public
No documentation available.
# File activesupport/lib/active_support/cache/synchronized_memory_store.rb, line 10
def fetch(key, options = {})
@guard.synchronize { super }
end