Class: Arachni::Support::Cache::LeastRecentlyPushed
- Defined in:
- lib/arachni/support/cache/least_recently_pushed.rb
Overview
Least Recently Pushed cache implementation.
Discards the least recently pushed entries, in order to make room for newer ones.
This is the cache with best performance across the board.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#==, #[], #[]=, #any?, #capped?, #clear, #delete, #dup, #empty?, #fetch_or_store, #hash, #include?, #initialize, #size, #store, #uncap, #uncapped?
Constructor Details
This class inherits a constructor from Arachni::Support::Cache::Base