@apiref-examples/core » plugins » CachingPlugin » Memory » Cache classConstructorsconstructor constructorSignature<T>(maxSize: number): Cache<T>Methodsget methodSignature(key: string): Tset methodSignature(key: string, value: T): void