Content Hash Cache

Pattern for caching expensive file operations using SHA-256 content hashes instead of file paths. Use when building data pipelines that process files (PDF parsing, OCR, image analysis, signal computation) and need caching. File rename = cache hit. Content change = auto-invalidation.

kitfunso f8df352 2 files · 3.3 KB Updated

File contents

kitfunso/omniskill/tree/main/skills/content-hash-cache commit f8df352724

Frequently asked questions

npx skillmds@latest add kitfunso/content-hash-cache