You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[\ByJG\AnyDataset\NoSql\Cache\KeyValueCacheEngine](https://github.com/byjg/php-anydataset-nosql)| Use S3-Like or ClouflareKV as a store for the cache (other repository) |
35
35
|[\ByJG\Cache\Psr16\FileSystemCacheEngine](docs/class-filesystem-cache-engine.md)| Save the cache result in the local file system |
36
36
|[\ByJG\Cache\Psr16\MemcachedEngine](docs/class-memcached-engine.md)| Uses the Memcached as the cache engine |
37
-
|[\ByJG\Cache\Psr16\TmpfsCacheEngine](docs/class-memcached-engine.md)| Uses the Tmpfs as the cache engine |
37
+
|[\ByJG\Cache\Psr16\TmpfsCacheEngine](docs/class-tmpfs-cache-engine.md)| Uses the Tmpfs as the cache engine |
38
38
|[\ByJG\Cache\Psr16\RedisCachedEngine](docs/class-redis-cache-engine.md)| uses the Redis as cache |
39
39
|[\ByJG\Cache\Psr16\SessionCachedEngine](docs/class-session-cache-engine.md)| uses the PHP session as cache |
40
40
|[\ByJG\Cache\Psr16\ShmopCachedEngine](docs/class-shmop-cache-engine.md)| uses the shared memory area for cache |
0 commit comments