ExternalTemplateCachePruneResult
Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:156
Summary returned after external template cache pruning.
Properties
Section titled “Properties”cacheRoot
Section titled “cacheRoot”cacheRoot:
string
Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:160
Absolute cache root inspected by the pruning helper.
prunedEntries
Section titled “prunedEntries”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
Section titled “scannedEntries”scannedEntries:
number
Defined in: wp-typia-project-tools/src/runtime/template-source-cache.ts:170
Candidate cache entry directories inspected.
skippedEntries
Section titled “skippedEntries”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
Section titled “skippedByThrottle”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.