Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Create in-memory cache #68

Closed Matthimatiker closed 11 years ago

Matthimatiker commented 11 years ago

Create a cache that stores items in memory.

The items are lost after execution. Multiple cache instances should not share their items.

Matthimatiker commented 11 years ago

Memory cache (Mol_Cache_Backend_Memory) implemented. The cache depends on Doctrine 2 ArrayCache.