Cache<T> constructor

Cache<T>(
  1. Nyxx client,
  2. String identifier,
  3. CacheConfig<T> config
)

Create a new cache with the provided config.

Implementation

Cache(this.client, this.identifier, this.config);