Class: Arachni::Support::Cache::RandomReplacement
- Defined in:
- lib/arachni/support/cache/random_replacement.rb
Overview
Random Replacement cache implementation.
Discards entries at random in order to make room for new ones.
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#==, #[], #[]=, #any?, #capped?, #clear, #delete, #dup, #empty?, #fetch, #hash, #include?, #initialize, #size, #store, #uncap, #uncapped?
Constructor Details
This class inherits a constructor from Arachni::Support::Cache::Base