PHPackages                             germania-kg/namespaced-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. germania-kg/namespaced-cache

ActiveLibrary[Database &amp; ORM](/categories/database)

germania-kg/namespaced-cache
============================

Factory classes for namespaced PSR-6 CacheItemPools

1.4.0(4y ago)01.3kMITPHPPHP ^7.3|^8.0

Since Jan 18Pushed 4y ago2 watchersCompare

[ Source](https://github.com/GermaniaKG/NamespacedCacheFactory)[ Packagist](https://packagist.org/packages/germania-kg/namespaced-cache)[ RSS](/packages/germania-kg-namespaced-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (12)Used By (0)

[![](https://camo.githubusercontent.com/cac3140c0c6e758f67a1ba689683ced67aa2d534e2187d6e03c5c721ffe3b976/68747470733a2f2f7374617469632e6765726d616e69612d6b672e636f6d2f6c6f676f732f67612d6c6f676f2d323031362d7765622e7376677a)](https://camo.githubusercontent.com/cac3140c0c6e758f67a1ba689683ced67aa2d534e2187d6e03c5c721ffe3b976/68747470733a2f2f7374617469632e6765726d616e69612d6b672e636f6d2f6c6f676f732f67612d6c6f676f2d323031362d7765622e7376677a)

---

Namespaced CacheItemPool Factory
================================

[](#namespaced-cacheitempool-factory)

Installation
------------

[](#installation)

```
$ composer require germania-kg/namespaced-cache
```

One of these libraries is required to be installed manually:

- [Stash PHP cache](http://www.stashphp.com)
- [Symfony Cache Component](https://symfony.com/components/Cache)

```
$ composer require symfony/cache
$ composer require tedivm/stash
```

Interfaces
----------

[](#interfaces)

### Factory Interface

[](#factory-interface)

Classes implementing the **PsrCacheItemPoolFactoryInterface** are callable. Their invokation method accepts a *namespace string*.

```
