salient / cache
The caching component of the Salient toolkit
v0.99.81
2025-03-04 08:09 UTC
Requires
- php: >=7.4
- ext-sqlite3: *
- salient/contracts: v0.99.81
- salient/core: v0.99.81
- salient/utils: v0.99.81
Provides
- psr/simple-cache-implementation: ^1 || ^2
This package is auto-updated.
Last update: 2026-05-20 14:49:15 UTC
README
The caching component of the Salient toolkit
salient/cache provides a key-value store backed by a SQLite database.
- Implements PSR-16 (Common Interface for Caching Libraries)
- Multiple operations can be grouped into an atomic transaction via a time-bound copy of the cache that maintains an exclusive lock on the underlying database until it goes out of scope or is explicitly closed
Documentation
API documentation for salient/cache tracks the main branch of
the toolkit's GitHub repository, where further documentation can also
be found.