Hello,

I'm doing a cache on an onject in this way

           $frontEnd = array(
               'cached_entity' => new Category()
           );
           $backEnd = array(
               'cache_dir' => '../cache/'
           );
$this->_category = Zend_Cache::factory('Class', 'File', $frontEnd, $backEnd);

My class Category has, of course some methods, which will be cached for each unique set of parameters given. I know that I can specify methods to be cached and method not to be caches, but is there a way to reset on demand the cache generated by a specific method?

Thank you,
--
*George Enciu*
Programator Web

Mobil:  +40-731-343653
Fax:    +40-31-8145496
Email:  [email protected] <mailto:[email protected]>
Web: www.inphpwetrust.com <http://www.inphpwetrust.com> www.djtiesto.ro <http://www.djtiesto.ro> www.informis.ro <http://www.informis.ro>



Reply via email to