Skip to content

Instantly share code, notes, and snippets.

@colinmollenhour
colinmollenhour / README.md
Created March 25, 2012 21:28
Simplified TwoLevels backend for Zend_Cache

Simplified TwoLevels

This backend is based on the concept of Zend_Cache's TwoLevels backend except it is only intended to use the fast backend for actual cache record storage and the slow backend for tagging support. The slow backend stores only empty records.