Method: IpFilter::Cache::DalliStore#reset
- Defined in:
- lib/ip_filter/cache/dallistore.rb
#reset ⇒ Object
Clean Cache (not available, as DalliStore cannot iterate on cache)
6 7 8 |
# File 'lib/ip_filter/cache/dallistore.rb', line 6 def reset logger.warning "Cannot reset ip_filter cache with DalliStore, you must reset all your cache manually." end |