class Cache(K, V)
- Cache(K, V)
- LRUCache(K, V)
- Reference
- Object
Defined in:
server.crConstructors
Instance Method Summary
Constructor Detail
def self.new(*, max_size : Int32 | Nil = nil, expire : Time::Span | Nil = nil, neg_expire : Time::Span | Nil = nil)
#