Skip to content

php-cache/apc-adapter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 31, 2016 20:34
December 30, 2016 14:46
January 15, 2022 16:47
December 30, 2016 14:44
October 17, 2016 13:49
January 12, 2022 21:25
January 12, 2022 21:25

Apc PSR-6 Cache pool

Gitter Latest Stable Version codecov.io Total Downloads Monthly Downloads Software License

This is a PSR-6 cache implementation using Apc. It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com.

Install

composer require cache/apc-adapter

Use

You do not need to do any configuration to use the ApcCachePool.

$pool = new ApcCachePool();

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker.