Class CacheableStructManager<K, V>

This represents any manager that can cache structures locally. The cache is a KV store with K usually being a string and V being an object.

Type Parameters

  • K

    Type of the key of the cache

  • V

    Type of the value of the cache

Hierarchy

Constructors

Properties

Constructors

Properties

cache: Collection<K, V> = ...
client: Client

Generated using TypeDoc