Download the PHP package jardisadapter/cache without Composer
On this page you can find all versions of the php package jardisadapter/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jardisadapter/cache
More information about jardisadapter/cache
Files in jardisadapter/cache
Package cache
Short Description PSR-16 multi-layer caching engine with write-through propagation across Redis, APCu, Database, and Memory
License MIT
Homepage https://docs.jardis.io/en/adapter/cache
Informations about the package cache
Jardis Cache
Part of the Jardis Business Platform — Enterprise-grade PHP components for Domain-Driven Design
PSR-16 multi-layer caching engine. Chain Memory, APCu, Redis, and Database backends in a single Cache instance. On a cache miss in a fast layer, the value is automatically backfilled from the next slower layer — so subsequent reads hit the fastest backend available. Writes propagate to all configured layers simultaneously.
Features
- Multi-Layer Chain — Stack any number of backends; reads backfill upper layers automatically
- 5 Backends —
CacheMemory,CacheApcu,CacheRedis,CacheDatabase,CacheNull - PSR-16 — Full
Psr\SimpleCache\CacheInterfaceimplementation on every layer - Namespace Isolation — Each layer instance carries its own namespace prefix
- Immutable After Construction — All layers set via constructor; no mutation at runtime
- Null Object Pattern — Empty
Cache([])degrades gracefully to a no-opCacheNull - TTL Support — Integer seconds or
DateIntervalon everyset()/setMultiple() - Zero Dependencies — No third-party packages required beyond PSR interfaces
Installation
Quick Start
Advanced Usage
Documentation
Full documentation, guides, and API reference:
docs.jardis.io/en/adapter/cache
License
This package is licensed under the MIT License.
Jardis · Documentation · Headgent
KI-gestützte Entwicklung
Dieses Package liefert einen Skill für Claude Code, Cursor, Continue und Aider mit. Installation im Konsumentenprojekt:
Mehr Details: https://docs.jardis.io/en/skills
All versions of cache with dependencies
psr/container Version ^2.0
psr/simple-cache Version ^3.0
ext-pdo Version *