Class: SinLruRedux::Cache

Inherits:
LruRedux::Cache show all
Defined in:
lib/sin_lru_redux/cache.rb

Direct Known Subclasses

ThreadSafeCache

Instance Attribute Summary

Attributes inherited from LruRedux::Cache

#ignore_nil, #max_size

Method Summary

Methods inherited from LruRedux::Cache

#[], #[]=, #clear, #count, #delete, #each, #fetch, #getset, #initialize, #key?, #to_a, #ttl=, #values

Constructor Details

This class inherits a constructor from LruRedux::Cache