mouf/utils.common.doctrine-cache-wrapper
Provide an install script for a Doctrine's Cache in Mouf Framework.
时间:2014-06-16 08:32
kirkbushell/eloquence
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
时间:2014-04-23 18:48
ride/lib-cache
Cache library of the Ride framework.
时间:2014-02-21 13:36
cash/lrucache
An efficient memory-based Least Recently Used (LRU) cache
时间:2013-09-20 19:05
waavi/translation
A Translation package for Laravel 5 with database and cache support
时间:2013-08-22 20:01
mouf/utils.cache.in-memory-cache
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.
时间:2013-07-21 16:53
corneltek/configkit
Fast config toolkit, which provides super lightweight config accessor and loader.
时间:2013-03-21 01:32
stroker/cache
Provides a full page cache solution for Laminas
时间:2012-12-25 11:19
mouf/utils.cache.cache-interface
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.
时间:2012-10-16 14:52
mouf/utils.cache.apc-cache
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.
时间:2012-10-16 14:52
mouf/utils.cache.file-cache
This package contains a cache mechanism that relies on temporary files.
时间:2012-10-16 14:52
kuikui/memcache-service-provider
Memcache integration for Silex.
时间:2012-09-14 07:43
mheap/silex-memcache
Memcache extension for Silex
时间:2012-09-08 20:07