class SubscriptionCacheimport { SubscriptionCache } from "https://dotland.deno.dev/x/pothos@release-1689883337/packages/plugin-smart-subscriptions/index.ts"; ConstructorsnewSubscriptionCache(manager: SubscriptionManager, buildCache: BuildCache<Types>)Type ParametersTypes extends SchemaTypesPropertiesbuildCache: BuildCache<Types>currentCache: Map<string, CacheNode<Types>>invalidPaths: string[]manager: SubscriptionManagernextCache: Map<string, CacheNode<Types>>prevInvalidPaths: string[]Methodsadd(info: GraphQLResolveInfo,path: string,canRefetch: boolean,value: unknown,)cacheKey(path: Path)get(path: string, reRegister: boolean)getParent(info: GraphQLResolveInfo): CacheNode<Types> | nullgetTypeSubscriber(type: string)managerForParentType(info: GraphQLResolveInfo)next()import SubscriptionCacheimport { SubscriptionCache } from "https://dotland.deno.dev/x/pothos@release-1689883337/packages/plugin-smart-subscriptions/index.ts";