Libraries tagged by this7 cache

cache/chain-adapter

11 Favers
542482 Downloads

A PSR-6 cache implementation using chain. This implementation supports tags

Go to Download


carlosio/opcache-dashboard

136 Favers
55307 Downloads

Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.

Go to Download


iqbalhasandev/sqlite-cache

17 Favers
1037 Downloads

The Missing Sqlite Cache Driver Package.You can easily use Sqlite Database as Cache Driver through this package

Go to Download


geeky/query-cache-builder

21 Favers
84045 Downloads

This package is caching every single query per request, to make sure that you will never duplicate your query again.

Go to Download


liip/doctrine-cache-bundle

72 Favers
469740 Downloads

This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.

Go to Download


cache/mongodb-adapter

9 Favers
64602 Downloads

A PSR-6 cache implementation using MongoDB. This implementation supports tags

Go to Download


cache/memcache-adapter

7 Favers
357904 Downloads

A PSR-6 cache implementation using memcache. This implementation supports tags

Go to Download


cache/illuminate-adapter

11 Favers
78652 Downloads

A PSR-6 cache implementation using Illuminate. This implementation supports tags

Go to Download


cache/apc-adapter

9 Favers
54852 Downloads

A PSR-6 cache implementation using apc. This implementation supports tags

Go to Download


b13/warmup

12 Favers
124913 Downloads

This extension adds a CLI script to warmup the caches.

Go to Download


mouf/utils.cache.apc-cache

0 Favers
379543 Downloads

This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.

Go to Download


mouf/utils.cache.file-cache

0 Favers
380047 Downloads

This package contains a cache mechanism that relies on temporary files.

Go to Download


swayok/cache-filesystem-adapter

0 Favers
107538 Downloads

A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.

Go to Download


mouf/utils.cache.in-memory-cache

1 Favers
361057 Downloads

This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.

Go to Download


mouf/utils.cache.cache-interface

0 Favers
380995 Downloads

This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.

Go to Download


<< Previous Next >>