Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Matter::Utilities::Cache(T)
Inherits
Reference
<
Object
Constructors
new
(generator :
Interface
->
T
, expiration_ms :
Int64
, expire_callback :
Interface
,
T
->
Nil
|
Nil
= nil)
Source
Instance methods
clear
Source
close
Source
get
(key :
Interface
) :
T
Source
keys
Source
Nested types
Matter::Utilities::Cache::Interface