salient/cache

The cache package of the Salient toolkit

v0.99.53 2024-09-11 05:42 UTC

README

The cache component of the Salient toolkit

Latest Stable Version License CI Status Code Coverage

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.