Skip to content

Caching building block

The caching building block exposes an ICacheService abstraction with pluggable implementations.

  • In-memory and distributed cache providers.
  • Helpers for typical cache patterns (get-or-add, sliding expiration).
  • Friendly hooks for invalidation and cache key conventions.