shen2 / simple-cache-mongodb
Common mongodb cache for simple caching, implements PSR-16 SimpleCache Interface
dev-master
2019-04-24 06:26 UTC
Requires
- php: >=7.0.0
- ext-mongodb: *
- psr/simple-cache: *
This package is auto-updated.
Last update: 2025-02-24 18:59:01 UTC
README
This repository follows PSR-16.
Note that this is not a cache implementation of its own. It is merely an interface that describes a cache implementation. See the specification for more details.
You can find implementations of the specification by looking for packages providing the psr/simple-cache-implementation virtual package.