mouf/html.template.menus.basicmenu
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
时间:2012-10-16 15:00
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
mouf/utils.cache.no-cache
This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).
时间:2012-10-16 14:49
treasure-chest/treasure-chest
A simple key/value store with namespace support and backends for memcached, apc, and more.
时间:2012-10-08 11:38
winzou/cache-bundle
This bundle provides a simple cache management to Symfony2. Now you can use a cache system without reinventing it. It supports Apc, XCache, File, ZendData and Array..
时间:2012-10-04 08:06
rickysu/tagcache-bundle
This bundle provides cache with tags and controller cache
时间:2012-09-12 07:07
socalnick/scn-esi-widget
Enables ZF2 apps to output ESI tags for a widgetized and highly cacheable application.
时间:2012-09-09 01:15
trekksoft/taggable-zend-memcached-backend
Zend_Cache (ZF 1) memcached backend (not libmemcached) with support for tags
时间:2012-09-05 11:15
crodas/notoj
Annotation parser. Uses reflection and provides cache out of the box.
时间:2012-06-09 23:18
illuminate/cache
The Illuminate Cache package.
时间:2012-05-11 21:07
oyatel/minify
Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
时间:2012-03-23 15:22