Skip to content

ExternalTemplateCachePruneResult

Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:156

Summary returned after external template cache pruning.

cacheRoot: string

Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:160

Absolute cache root inspected by the pruning helper.


prunedEntries: number

Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:165

Entries removed because their marker timestamp exceeded the TTL.


scannedEntries: number

Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:170

Candidate cache entry directories inspected.


skippedEntries: number

Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:175

Candidate directories skipped because they were malformed or unsafe.


skippedByThrottle: boolean

Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:180

Whether a recent last-pruned marker skipped the full cache directory scan.


ttlMs: number | null

Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:185

Resolved TTL in milliseconds, or null when pruning was disabled.