GraphQL::DataLoader::MemoryCache(K, V)
Inherits GraphQL::DataLoader::Cache < Struct < Value < Object
Constructors
new
SourceInstance methods
[](key : K) : V
Source[]=(key : K, value : V) : Nil
Source[]?(key : K) : V | Nil
Sourceclear
Sourcedelete(key : K) : Nil
Sourcehas_key?(key : K) : Bool
Sourceinitialize
Source