method

delete_entry

delete_entry(key, options)
private

No documentation available.

# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 122
          def delete_entry(key, options)
            local_cache.delete_entry(key, options) if local_cache
            super
          end