function clearEncryptionKeyCache
clearEncryptionKeyCache(): void

Clear all crypto caches (encryption key, HMAC key, private key, hybrid decrypt LRU) Called on key rotation and during test setup/teardown

Return Type

void

Usage

import { clearEncryptionKeyCache } from "docs/crypto.ts";