struct GraphQL::DataLoader::MemoryCache(K, V)
- GraphQL::DataLoader::MemoryCache(K, V)
- Struct
- Value
- Object
Included Modules
Defined in:
graphql-dataloader/memory_cache.crConstructors
Instance Method Summary
- #[](key : K) : V
- #[]=(key : K, value : V) : Nil
- #[]?(key : K) : V | Nil
- #clear : Nil
- #delete(key : K) : Nil
- #has_key?(key : K) : Bool
- #initialize