Method: ActiveSupport::Cache::MemoryStore#pruning?
- Defined in:
- activesupport/lib/active_support/cache/memory_store.rb
#pruning? ⇒ Boolean
Returns true if the cache is currently being pruned.
133 134 135 |
# File 'activesupport/lib/active_support/cache/memory_store.rb', line 133 def pruning? @pruning end |