FieldDetectionCacheEntry interface exported

Last updated: 2026-03-05T10:53:28.867Z

Metrics

LOC: 9 Complexity: 1 Params: 0

Signature

interface FieldDetectionCacheEntry

Summary

Per-page cache entry for detected fields

Source Code

export interface FieldDetectionCacheEntry {
  url: string;
  origin: string;
  hostname: string;
  path: string;
  count: number;
  fields: DetectedFieldSummary[];
  updatedAt: number;
}

No outgoing dependencies.

Impact (Incoming)

graph LR FieldDetectionCacheEntry["FieldDetectionCacheEntry"] LearnedEntryView["LearnedEntryView"] getFieldDetectionCache["getFieldDetectionCache"] LearnedEntryView -->|uses| FieldDetectionCacheEntry getFieldDetectionCache -->|uses| FieldDetectionCacheEntry style FieldDetectionCacheEntry fill:#dbeafe,stroke:#2563eb,stroke-width:2px click FieldDetectionCacheEntry "09d81c021e6b2913.html" click LearnedEntryView "909c3267620a90c2.html" click getFieldDetectionCache "8f2869c3e935ff86.html"