• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Cache/Backend/ExtendedInterface.php

00001 <?php
00026 require_once 'Zend/Cache/Backend/Interface.php';
00027 
00034 interface Zend_Cache_Backend_ExtendedInterface extends Zend_Cache_Backend_Interface
00035 {
00036 
00042     public function getIds();
00043 
00049     public function getTags();
00050 
00059     public function getIdsMatchingTags($tags = array());
00060 
00069     public function getIdsNotMatchingTags($tags = array());
00070 
00079     public function getIdsMatchingAnyTags($tags = array());
00080 
00086     public function getFillingPercentage();
00087 
00099     public function getMetadatas($id);
00100 
00108     public function touch($id, $extraLifetime);
00109 
00124     public function getCapabilities();
00125 
00126 }

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2