salient / cache
The cache package of the Salient toolkit
v0.99.61
2024-09-11 05:42 UTC
Requires
- php: >=7.4
- salient/contracts: v0.99.61
- salient/core: v0.99.61
Provides
- psr/simple-cache-implementation: ^1 || ^2
This package is auto-updated.
Last update: 2024-11-02 12:16:40 UTC
README
The cache component of the Salient toolkit
salient/cache
provides a SQLite-backed key-value cache.
- Implements PSR-16 (Common Interface for Caching Libraries)
- Multiple cache operations can be grouped into an atomic transaction via a time-bound instance of the cache1 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.