Download the PHP package dc/cache without Composer
On this page you can find all versions of the php package dc/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor dc
Package cache
Short Description Cache interface
License MIT
Homepage http://github.com/digitalcreations/cache
Package cache
Short Description Cache interface
License MIT
Homepage http://github.com/digitalcreations/cache
Please rate this library. Is it a good library?
Informations about the package cache
Installation
Or add it to composer.json
:
This package suggests dc/cache-memcache
, which is the only implementation at this point.
Getting started
This is just an interface. You probably should install dc/cache-memcahe
or write your own implementation to the interface.
When you have, you can use the interface like this:
A common pattern is that you want a specific value from the cache, and if it is a cache miss, you want to produce it:
This syntax works with any callable, not just closures.
You can also use the return value to determine the validity.
All versions of cache with dependencies
PHP Build Version
Package Version
No informations.
The package dc/cache contains the following files
Loading the files please wait ....