PHPackages                             fsi/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. [Caching](/categories/caching)
4. /
5. fsi/cache

AbandonedLibrary[Caching](/categories/caching)

fsi/cache
=========

FSi Cache - Lightweight component that supports different cache storages with namespaces.

0.9.3(13y ago)21221MITPHPPHP &gt;=5.3.0

Since Jul 9Pushed 8y ago7 watchersCompare

[ Source](https://github.com/fsi-open/cache)[ Packagist](https://packagist.org/packages/fsi/cache)[ RSS](/packages/fsi-cache/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

THIS PACKAGE IS DEPRECATED
==========================

[](#this-package-is-deprecated)

Do not use this package, as it will not receive any updates and may be deleted in the future.

FSi Cache Component Documentation
---------------------------------

[](#fsi-cache-component-documentation)

Features:

- supports array, APC and file cache storages. New storages will be added in the future.
- supports namespaces inside of cache

By default all cache types use `fsicache` namespace, but you can change it using `setNamespace` method:

```
