waaseyaa/cache

Cache bins with cache tag invalidation for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/cache

pkg:composer/waaseyaa/cache

Statistics

Installs: 6 611

Dependents: 8

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.179 2026-05-14 18:22 UTC

This package is auto-updated.

Last update: 2026-05-14 18:23:26 UTC


README

Layer 0 — Foundation

Cache abstraction for Waaseyaa applications.

Provides a backend-agnostic CacheInterface with a MemoryBackend for tests and a filesystem backend for production. Supports atomic file writes (write-to-temp-then-rename) to prevent partial reads. Also includes CacheConfigResolver for cache-control header computation.

Key classes: CacheInterface, MemoryBackend, FilesystemBackend, CacheConfigResolver.