pruning?()
Returns true if the cache is currently being pruned.
# File activesupport/lib/active_support/cache/memory_store.rb, line 133 def pruning? @pruning end