Skip to main content

Module cache

Module cache 

Source
Expand description

Cache types for journal file indexes

Structs§

FileIndexKey
Cache key for file indexes that includes the file, facets, source timestamp field, and cache version. Different facet configurations or timestamp fields produce different indexes, so all are needed to uniquely identify a cached index. The version ensures that schema changes automatically invalidate old cache entries.

Type Aliases§

FileIndexCache
Type alias for file index cache using Foyer’s HybridCache.