Аудит соответствия JSR-107 для JCache-адаптера
testing
audit-jcache-conformance is a Claude Code skill that performs a deep conformance audit of the `jcache/` adapter against the full JSR-107 1.1.1 specification, focusing on the areas the TCK cannot see. The TCK only asserts end-state (`containsKey`/`get`), leaving the event stream (`CREATED`/`UPDATED`/`EXPIRED`/`REMOVED`) and statistics (`CachePuts`, hits/misses, removals, evictions) unverified — exactly where real adapter bugs have lived, including a phantom `CREATED` on zero-creation-expiry and suppressed `UPDATED` on zero-update-expiry. The skill builds a normative-domain matrix covering write/read/remove operations, entry processors, events, statistics, write-through, and store-by-value copying, assigning each domain either DEEP (full spec→RI→ecosystem differential plus a parity-matrix test) or COVERAGE (spec-text check plus a pinning test) depth. It is intended for pre-release verification, quarterly conformance baselines, or after changes to `CacheProxy`, `EventDispatcher`, expiry policies, or the write-through path — not for concurrency audits or routine pre-commit review.
- #jsr-107
- #jcache
- #spec-conformance
- #events
- #statistics
- #expiry-policies