Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
AbstractCachePool
✓ use Cache\Adapter\Common\AbstractCachePool;
Extend AbstractCachePool to create a custom PSR-6 cache adapter.
use Cache\Adapter\Common\AbstractCachePool;
class MyPool extends AbstractCachePool {
protected function fetchObjectFromCache($key) {}
protected function clearAllObjectsFromCache() {}
protected function clearOneObjectFromCache($key) {}
protected function storeItemInCache($key, $value, $ttl) {}
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.