ReadOnlyManager<T extends ManagedSnowflakeEntity<T>> constructor

ReadOnlyManager<T extends ManagedSnowflakeEntity<T>>(
  1. CacheConfig<T> config,
  2. NyxxRest client,
  3. {required String identifier}
)

Create a new read-only manager.

Implementation

ReadOnlyManager(CacheConfig<T> config, this.client, {required String identifier}) : cache = Cache(client, identifier, config);