CacheHint Type — astro Architecture
Architecture documentation for the CacheHint type/interface in content.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 7703d0a4_4efe_d4e9_b929_c8c9e36b5303["CacheHint"] 7547ecbb_58ef_bc2d_b119_f58ad78d86f6["content.ts"] 7703d0a4_4efe_d4e9_b929_c8c9e36b5303 -->|defined in| 7547ecbb_58ef_bc2d_b119_f58ad78d86f6 style 7703d0a4_4efe_d4e9_b929_c8c9e36b5303 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/content.ts lines 158–163
export interface CacheHint {
/** Cache tags */
tags?: Array<string>;
/** Last modified time of the content */
lastModified?: Date;
}
Defined In
Source
Frequently Asked Questions
What is the CacheHint type?
CacheHint is a type/interface in the astro codebase, defined in packages/astro/src/types/public/content.ts.
Where is CacheHint defined?
CacheHint is defined in packages/astro/src/types/public/content.ts at line 158.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free