Download the PHP package salient/cache without Composer
On this page you can find all versions of the php package salient/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download salient/cache
More information about salient/cache
Files in salient/cache
Download salient/cache
More information about salient/cache
Files in salient/cache
Vendor salient
Package cache
Short Description The caching component of the Salient toolkit
License MIT
Package cache
Short Description The caching component of the Salient toolkit
License MIT
Please rate this library. Is it a good library?
Informations about the package cache
salient/cache
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][asOfNow] that maintains an exclusive lock on the underlying database until it goes out of scope or is explicitly closed
[asOfNow]: https://salient-labs.github.io/toolkit/Salient.Cache.CacheStore.html#_asOfNow
Documentation
API documentation for salient/cache tracks the main branch of
the toolkit's GitHub repository, where further documentation can also
be found.
All versions of cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-sqlite3 Version *
salient/contracts Version self.version
salient/core Version self.version
salient/utils Version self.version
ext-sqlite3 Version *
salient/contracts Version self.version
salient/core Version self.version
salient/utils Version self.version
The package salient/cache contains the following files
Loading the files please wait ...