| Active Users: |
31 |
| Accounts: |
0 |
| Guests: |
31 |
|
|
| Number of listings: |
4 |
| Number of categories: |
0 |
|
|
|
|
|
Zend Cache
|
This article covers the use of tagging within the Zend_Cache. It gives example code of how to implement Zend_Cache within your code and shows why you need a tag cloud and gives the code to build it.
http://blog.assembleron.com/2007/05/09/making-a-tag-cloud-out-of-zend_cache/
PageRank: Not available
(Clicks: 377;
Comments: 0;
Listing added: May 9, 2007)
|
|
Zend_Cache provides a generic way to cache any data.
Caching in Zend Framework is operated by frontends while cache records are stored through backend adapters (File, Sqlite, Memcache...) through a flexible system of IDs and tags. Using those, it is easy to delete specific types of records afterwards (for example: "delete all cache records marked with a given tag").
http://framework.zend.com/manual/en/zend.cache.html
PageRank: 6/10
(Clicks: 216;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Issued Zend Framework 0.1.4 preview release comes with new interesting caching classes. I tested them at this weekend and IÂ’m glad to say that they can speed up your application dramatically. Zend_Cache namespace contains classes that aid in caching page outputs and function results; and, of course, the caching core API allows storing virtually any information you want. What is also brilliant, Zend_Cache allows developers to manage caching records by associating them with tags, which makes possible group operations with the cached items.
http://www.alexatnet.com/Blog/Index/2006-07-03/zend_cache-review
PageRank: Not available
(Clicks: 199;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
Caching isn't one of those things that many people think of when designing their first applications. However once they launch their new AJAX enabled web2.0 application, they might start wondering what they can do to get this beast to move faster. The answer is caching.
http://devzone.zend.com/node/view/id/1221
PageRank: 5/10
(Clicks: 422;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
|
|
|
|
|
|
|
|