instance method
pruning?
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
pruning?()
Returns true if the cache is currently being pruned.
Source
# File activesupport/lib/active_support/cache/memory_store.rb, line 71
def pruning?
@pruning
end
Defined in activesupport/lib/active_support/cache/memory_store.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::MemoryStore