method OpenTelemetryExporter.prototype.recordCacheEvent OpenTelemetryExporter.prototype.recordCacheEvent(operation: "hit" | "miss" | "write" | "evict",key: string,size?: number,): void Records a cache event as span attributes Parameters operation: "hit" | "miss" | "write" | "evict" key: string optional size: number Return Type void