PluginCacheResourceContribution
Signature
export interface PluginCacheResourceContributionProperties
record: PluginRuntimeRecord;name: string;resource: PluginCacheResourceConstructor;scope: PluginEventContributionScope;onPacket?: (event: GatewayDispatchPayload, cache: Cache) => Awaitable<void>;sequence: number;