abstract class LavinMQ::Deduplication::Cache(T)

Direct Known Subclasses

Defined in:

lavinmq/deduplication.cr

Instance Method Summary

Instance Method Detail

abstract def contains?(key : T) : Bool #

[View source]
abstract def insert(key : T, ttl : UInt32 | Nil) #

[View source]