Hi > Yes, you can. > The expire is set in what they call meta datas - each backend has a > getMetadatas() method. The $id should be the cache ID. So I guess this > is what you can query for. > This is just a guess from looking at the code, but try: > $backend = $cache->getBackend(); > $meta = $backend->getMetadatas($id); > var_dump($meta);
Yes, you can do that like shown till. But the getMetadatas() method is SVN trunk only. It should be released in 1.7 release. For theses new features and the corresponding API, have a look at ExtendedInterface.php file. Regards -- Fabien MARTY [EMAIL PROTECTED]
