Hello,

I didn't find anything in the docs, so here it is: is there any way
using zend_cache (core, file) to know how much time a cached object
you just loaded has left before expiring ?
eg getting the X number in the following sample:

$cache = getMyCache();
if (($someData = $cache->load('id')) {
   echo 'X minutes left before deletion';
}

Thanks,

-- 
Vianney Devreese - Lepidosteus
http://lepidosteus.com

Reply via email to