neos/cache

Last activity 28 Jan 2025 10 3 1574432
composer require neos/cache

Neos Cache Framework

5.0.8

Homepage
http://flow.neos.io
Version
5.0.8
Type
library
Release Date
Aug 29, 2018 08:23
Source
git
Distribution
zip
Requires
  • php: ~7.1
  • psr/simple-cache: ^1.0
  • psr/cache: ~1.0
  • neos/utility-files: *
  • neos/utility-pdo: *
  • neos/utility-opcodecache: *
Requires (dev)
  • mikey179/vfsstream: ~1.6
  • phpunit/phpunit: ~7.1
Suggest
  • ext-memcache: If you have a memcache server and want to use it for caching.
  • ext-memcached: Alternative, if you have a memcache server and want to use it for caching.
  • ext-redis: If you have a redis server and want to use it for caching.
Provides
  • psr/cache-implementation: 1.0
  • psr/simple-cache-implementation: 1.0
MIT 988c6c19bb74d9302c3ce41d8826434b36225875

Readme excerpt

Neos Cache Framework

This is a generic cache package for use in projects. It implements PSR-6 and PSR-16 but also brings own interfaces used in Flow and Neos which support additional featuers.

Note

This repository is a read-only subsplit of a package that is part of the Flow framework (learn more on http://flow.neos.io <http://flow.neos.io/>_).

All pull requests and issues should be opened in the main repository.

The package is usable without the Flow framework, but if you want to use it, please have a look at the Flow documentation <http://flowframework.readthedocs.org/en/stable/>_

Installation

Install latest version via …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 92 package(s).