You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by je...@apache.org on 2011/04/06 10:44:47 UTC

[zeta-commits] svn commit: r1089394 [12/21] - in /incubator/zetacomponents/website: content/community/ htdocs/community/ htdocs/documentation/trunk/Cache/ htdocs/documentation/trunk/Cache/phpdoc/

Modified: incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApc.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApc.html?rev=1089394&r1=1089393&r2=1089394&view=diff
==============================================================================
--- incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApc.html (original)
+++ incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApc.html Wed Apr  6 10:44:44 2011
@@ -9,16 +9,16 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 	<meta name="description" content="Apache Zeta Components - reusable set of high quality PHP components to fasten your development." />
-	<meta name="keywords" content="PHP, apache, components, framework, quality" />
-	<meta name="author" content="dotxp" />
+	<meta name="keywords" content="" />
+	<meta name="author" content="jerome" />
 	<meta name="language" content="en" />
-	<meta name="date" content="Wed, 04 Aug 2010 13:07:17 +0200" />
+	<meta name="date" content="Wed, 06 Apr 2011 12:38:18 +0200" />
 	<meta name="robots" content="all" />
 
 	<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
 	<meta name="DC.title" content="ezcCacheStorageApc.html" />
-	<meta name="DC.creator" content="dotxp" />
-	<meta name="DC.date" content="Wed, 04 Aug 2010 13:07:17 +0200" />
+	<meta name="DC.creator" content="jerome" />
+	<meta name="DC.date" content="Wed, 06 Apr 2011 12:38:18 +0200" />
 	<meta name="DC.rights" content="Copyright" />
 
 	<link rel="meta" href="/zetacomponents/documentation/trunk/Cache/phpdoc/ezcCacheStorageApc.rdf" />
@@ -68,10 +68,7 @@
 
 	<div class="content">
     <ul class="tabs">
-    <li >
-	<a href="/zetacomponents/documentation/trunk/Cache/tutorial.html" title="Tutorial">Tutorial</a>
-	</li>
-<li class="requested">
+    <li class="requested">
 	<a href="/zetacomponents/documentation/trunk/Cache/phpdoc/classtrees.html" title="API">API</a>
 	</li>
 
@@ -86,35 +83,57 @@
 <a name="sec-description"></a>
 <h3>Class ezcCacheStorageApc</h3>
 
-<p>This class is a common base class for all APC based storage classes.</p><div><p>To implement an APC based cache storage, you simply have to derive  from this class and implement the <a href="ezcCacheStorageApc.html#methodfetchData">ezcCacheStorageApc::fetchData()</a>  and <a href="ezcCacheStorageApc.html#methodprepareData">ezcCacheStorageApc::prepareData()</a> methods.</p><p>For example code of using a cache storage, see <a href="ezcCacheManager.html">ezcCacheManager</a>.</p><p>The Cache package already contains these implementations of this class: </p><ul><li><a href="ezcCacheStorageApcPlain.html">ezcCacheStorageApcPlain</a></li><li><a href="ezcCacheStorageFileApcArray.html">ezcCacheStorageFileApcArray</a></li></ul>  This storage acan also be used with <a href="ezcCacheStack.html">ezcCacheStack</a>. However, APC  version 3.0.16 or newer is required for that.</div>
+<p>This class is a common base class for all APC based storage classes.</p>
+<div>
+<p>To implement an APC based cache storage, you simply have to derive  from this class and implement the <a href="../Cache/ezcCacheStorageApc.html#methodfetchData">ezcCacheStorageApc::fetchData()</a>  and <a href="../Cache/ezcCacheStorageApc.html#methodprepareData">ezcCacheStorageApc::prepareData()</a> methods.</p>
+<p>For example code of using a cache storage, see <a href="../Cache/ezcCacheManager.html">ezcCacheManager</a>.</p>
+<p>The Cache package already contains these implementations of this class: </p>
+<ul>
+<li><a href="../Cache/ezcCacheStorageApcPlain.html">ezcCacheStorageApcPlain</a></li>
+<li><a href="../Cache/ezcCacheStorageFileApcArray.html">ezcCacheStorageFileApcArray</a></li>
+</ul>  This storage acan also be used with <a href="../Cache/ezcCacheStack.html">ezcCacheStack</a>. However, APC  version 3.0.16 or newer is required for that.</div>
 <p>Source for this file: <a href="http://fisheye6.atlassian.com/browse/zetacomponents/trunk/Cache/src/storage/apc.php?r=HEAD">/Cache/src/storage/apc.php</a></p>
        
 
 
-<pre><a href="ezcCacheStorage.html">ezcCacheStorage</a>
+<pre><a href="../Cache/ezcCacheStorage.html">ezcCacheStorage</a>
    |
-   --<a href="ezcCacheStorageMemory.html">ezcCacheStorageMemory</a>
+   --<a href="../Cache/ezcCacheStorageMemory.html">ezcCacheStorageMemory</a>
       |
       --ezcCacheStorageApc</pre>
 
 
-  <table><tr><td>
+  <table><tr>
+<td>
             <strong>Version:</strong>&#8192;&#8192;
           </td>
           <td>//autogentag//</td>
-        </tr></table><a name="sec-descendants"></a>
+        </tr></table>
+<a name="sec-descendants"></a>
   <h3>Descendants</h3>
-  <table class="detail"><thead><tr><th>Child Class</th>
+  <table class="detail">
+<thead><tr>
+<th>Child Class</th>
         <th>Description</th>
-      </tr></thead><tbody><tr><td><a href="ezcCacheStorageApcPlain.html">ezcCacheStorageApcPlain</a></td>
          <td>
+      </tr></thead>
+<tbody>
+<tr>
+<td><a href="../Cache/ezcCacheStorageApcPlain.html">ezcCacheStorageApcPlain</a></td>
          <td>
                           This storage implementation stores data in an APC cache.
                       </td>
-        </tr><tr><td><a href="ezcCacheStorageFileApcArray.html">ezcCacheStorageFileApcArray</a></td>
          <td>
-                          This class is a replacement for the <a href="ezcCacheStorageFileArray.html">ezcCacheStorageFileArray</a> class. Tries  to serve data from a local APC cache if possible.
+        </tr>
+<tr>
+<td><a href="../Cache/ezcCacheStorageFileApcArray.html">ezcCacheStorageFileApcArray</a></td>
          <td>
+                          This class is a replacement for the <a href="../Cache/ezcCacheStorageFileArray.html">ezcCacheStorageFileArray</a> class. Tries  to serve data from a local APC cache if possible.
                       </td>
-        </tr></tbody></table><a name="sec-const-summary"></a>
+        </tr>
+</tbody>
+</table>
+<a name="sec-const-summary"></a>
   <h3>Constants</h3>
-  <table class="summary"><tr><td class="right">
+  <table class="summary">
+<tr>
+<td class="right">
           <a name="const-BACKEND_NAME" id=""></a>
           <code>
             <a href="#const-BACKEND_NAME" title="details" class="const-name-summary">BACKEND_NAME</a>
@@ -123,7 +142,9 @@
         </td>
         <td>
           The backend name.                  </td>
-      </tr><tr><td class="right">
+      </tr>
+<tr>
+<td class="right">
           <a name="const-REGISTRY_NAME" id=""></a>
           <code>
             <a href="#const-REGISTRY_NAME" title="details" class="const-name-summary">REGISTRY_NAME</a>
@@ -132,52 +153,76 @@
         </td>
         <td>
           The registry name.                  </td>
-      </tr></table><h3>Inherited Member Variables</h3>
-  <table class="summary"><thead><tr><th colspan="2">
-            From <span class="classname"><a href="ezcCacheStorageMemory.html">ezcCacheStorageMemory</a></span>         
+      </tr>
+</table>
+<h3>Inherited Member Variables</h3>
+  <table class="summary">
+<thead><tr>
+<th colspan="2">
+            From <span class="classname"><a href="../Cache/ezcCacheStorageMemory.html">ezcCacheStorageMemory</a></span>         
           </th>
-        </tr></thead><tbody><tr><td class="right">
+        </tr></thead>
+<tbody>
+<tr>
+<td class="right">
               <em>protected</em>                          </td>
             <td>
-              <code><a href="ezcCacheStorageMemory.html#var%24backend">ezcCacheStorageMemory::$backend</a></code>
+              <code><a href="../Cache/ezcCacheStorageMemory.html#var%24backend">ezcCacheStorageMemory::$backend</a></code>
               
             </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                          </td>
             <td>
-              <code><a href="ezcCacheStorageMemory.html#var%24backendName">ezcCacheStorageMemory::$backendName</a></code>
+              <code><a href="../Cache/ezcCacheStorageMemory.html#var%24backendName">ezcCacheStorageMemory::$backendName</a></code>
               
             </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                          </td>
             <td>
-              <code><a href="ezcCacheStorageMemory.html#var%24registry">ezcCacheStorageMemory::$registry</a></code>
+              <code><a href="../Cache/ezcCacheStorageMemory.html#var%24registry">ezcCacheStorageMemory::$registry</a></code>
               
             </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                          </td>
             <td>
-              <code><a href="ezcCacheStorageMemory.html#var%24registryName">ezcCacheStorageMemory::$registryName</a></code>
+              <code><a href="../Cache/ezcCacheStorageMemory.html#var%24registryName">ezcCacheStorageMemory::$registryName</a></code>
               
             </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                          </td>
             <td>
-              <code><a href="ezcCacheStorageMemory.html#var%24searchRegistry">ezcCacheStorageMemory::$searchRegistry</a></code>
+              <code><a href="../Cache/ezcCacheStorageMemory.html#var%24searchRegistry">ezcCacheStorageMemory::$searchRegistry</a></code>
               
             </td>
-          </tr></tbody><thead><tr><th colspan="2">
-            From <span class="classname"><a href="ezcCacheStorage.html">ezcCacheStorage</a></span>         
+          </tr>
+</tbody>
+<thead><tr>
+<th colspan="2">
+            From <span class="classname"><a href="../Cache/ezcCacheStorage.html">ezcCacheStorage</a></span>         
           </th>
-        </tr></thead><tbody><tr><td class="right">
+        </tr></thead>
+<tbody><tr>
+<td class="right">
               <em>protected</em>                          </td>
             <td>
-              <code><a href="ezcCacheStorage.html#var%24properties">ezcCacheStorage::$properties</a></code>
+              <code><a href="../Cache/ezcCacheStorage.html#var%24properties">ezcCacheStorage::$properties</a></code>
               
             </td>
-          </tr></tbody></table><a name="sec-method-summary"></a>
+          </tr></tbody>
+</table>
+<a name="sec-method-summary"></a>
   <h3>Method Summary</h3>
-  <table class="summary"><tr><td class="right">
+  <table class="summary">
+<tr>
+<td class="right">
             <em>public</em>                        <em>ezcCacheStorageApc</em>          </td>
           <td>
             <code>
@@ -187,7 +232,9 @@
                    = array()]                               )
             </code>
             <br><div style="margin-left: 20px">Creates a new cache storage in the given location.</div>          </td>
-        </tr><tr><td class="right">
+        </tr>
+<tr>
+<td class="right">
             <em>protected</em>            abstract            <em>mixed</em>          </td>
           <td>
             <code>
@@ -196,7 +243,9 @@
                                                  )
             </code>
             <br><div style="margin-left: 20px">Fetches data from the cache.</div>          </td>
-        </tr><tr><td class="right">
+        </tr>
+<tr>
+<td class="right">
             <em>protected</em>            abstract            <em>mixed</em>          </td>
           <td>
             <code>
@@ -205,7 +254,9 @@
                                                  )
             </code>
             <br><div style="margin-left: 20px">Prepares the data for storing.</div>          </td>
-        </tr><tr><td class="right">
+        </tr>
+<tr>
+<td class="right">
             <em>public</em>                        <em>void</em>          </td>
           <td>
             <code>
@@ -214,169 +265,243 @@
                                                  )
             </code>
             <br><div style="margin-left: 20px">Return the currently set options.</div>          </td>
-        </tr></table><h3>Inherited Methods</h3>
-  <table class="summary"><thead><tr><th colspan="2">
-            From <span class="classname"><a href="ezcCacheStorageMemory.html">ezcCacheStorageMemory</a></span>
+        </tr>
+</table>
+<h3>Inherited Methods</h3>
+  <table class="summary">
+<thead><tr>
+<th colspan="2">
+            From <span class="classname"><a href="../Cache/ezcCacheStorageMemory.html">ezcCacheStorageMemory</a></span>
           </th>
-        </tr></thead><tbody><tr><td class="right">
+        </tr></thead>
+<tbody>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>ezcCacheStorageMemory</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#method__construct">ezcCacheStorageMemory::__construct()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#method__construct">ezcCacheStorageMemory::__construct()</a></b></code>
               <br><div style="margin-left: 20px">Creates a new cache storage in the given location.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>int</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodcalcLifetime">ezcCacheStorageMemory::calcLifetime()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodcalcLifetime">ezcCacheStorageMemory::calcLifetime()</a></b></code>
               <br><div style="margin-left: 20px">Calculates the lifetime remaining for a cache object.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>int</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodcountDataItems">ezcCacheStorageMemory::countDataItems()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodcountDataItems">ezcCacheStorageMemory::countDataItems()</a></b></code>
               <br><div style="margin-left: 20px">Returns the number of items in the cache matching a certain criteria.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methoddelete">ezcCacheStorageMemory::delete()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methoddelete">ezcCacheStorageMemory::delete()</a></b></code>
               <br><div style="margin-left: 20px">Deletes the data associated with $id or $attributes from the cache.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodfetchSearchRegistry">ezcCacheStorageMemory::fetchSearchRegistry()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodfetchSearchRegistry">ezcCacheStorageMemory::fetchSearchRegistry()</a></b></code>
               <br><div style="margin-left: 20px">Fetches the search registry from the backend or creates it if empty.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>string</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodgenerateAttrStr">ezcCacheStorageMemory::generateAttrStr()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodgenerateAttrStr">ezcCacheStorageMemory::generateAttrStr()</a></b></code>
               <br><div style="margin-left: 20px">Generates a string from the $attributes array.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>string</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodgenerateIdentifier">ezcCacheStorageMemory::generateIdentifier()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodgenerateIdentifier">ezcCacheStorageMemory::generateIdentifier()</a></b></code>
               <br><div style="margin-left: 20px">Generates the storage internal identifier from ID and attributes.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>int</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodgetRemainingLifetime">ezcCacheStorageMemory::getRemainingLifetime()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodgetRemainingLifetime">ezcCacheStorageMemory::getRemainingLifetime()</a></b></code>
               <br><div style="margin-left: 20px">Returns the time in seconds which remains for a cache object, before it  gets outdated. In case the cache object is already outdated or does not  exists, this method returns 0.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodlock">ezcCacheStorageMemory::lock()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodlock">ezcCacheStorageMemory::lock()</a></b></code>
               <br><div style="margin-left: 20px">Acquire a lock on the storage.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>array(string)</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodpurge">ezcCacheStorageMemory::purge()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodpurge">ezcCacheStorageMemory::purge()</a></b></code>
               <br><div style="margin-left: 20px">Purge outdated data from the storage.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodregisterIdentifier">ezcCacheStorageMemory::registerIdentifier()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodregisterIdentifier">ezcCacheStorageMemory::registerIdentifier()</a></b></code>
               <br><div style="margin-left: 20px">Registers an identifier to facilitate searching.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodreset">ezcCacheStorageMemory::reset()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodreset">ezcCacheStorageMemory::reset()</a></b></code>
               <br><div style="margin-left: 20px">Reset the complete storage.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>mixed</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodrestore">ezcCacheStorageMemory::restore()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodrestore">ezcCacheStorageMemory::restore()</a></b></code>
               <br><div style="margin-left: 20px">Restores the data from the cache.</div>                          </td>
-          </tr><tr><td class="right">
-              <em>public</em>                                          <em><a href="ezcCacheStackMetaData.html">ezcCacheStackMetaData</a></em>            </td>
+          </tr>
+<tr>
+<td class="right">
+              <em>public</em>                                          <em><a href="../Cache/ezcCacheStackMetaData.html">ezcCacheStackMetaData</a></em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodrestoreMetaData">ezcCacheStorageMemory::restoreMetaData()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodrestoreMetaData">ezcCacheStorageMemory::restoreMetaData()</a></b></code>
               <br><div style="margin-left: 20px">Restores and returns the meta data struct.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>array(mixed)</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodsearch">ezcCacheStorageMemory::search()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodsearch">ezcCacheStorageMemory::search()</a></b></code>
               <br><div style="margin-left: 20px">Searches the storage for data defined by ID and/or attributes.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>string</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodstore">ezcCacheStorageMemory::store()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodstore">ezcCacheStorageMemory::store()</a></b></code>
               <br><div style="margin-left: 20px">Stores data to the cache storage under the key $id.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodstoreMetaData">ezcCacheStorageMemory::storeMetaData()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodstoreMetaData">ezcCacheStorageMemory::storeMetaData()</a></b></code>
               <br><div style="margin-left: 20px">Stores the given meta data struct.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodstoreSearchRegistry">ezcCacheStorageMemory::storeSearchRegistry()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodstoreSearchRegistry">ezcCacheStorageMemory::storeSearchRegistry()</a></b></code>
               <br><div style="margin-left: 20px">Stores the search registry in the backend.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodunlock">ezcCacheStorageMemory::unlock()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodunlock">ezcCacheStorageMemory::unlock()</a></b></code>
               <br><div style="margin-left: 20px">Release a lock on the storage.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodunRegisterIdentifier">ezcCacheStorageMemory::unRegisterIdentifier()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodunRegisterIdentifier">ezcCacheStorageMemory::unRegisterIdentifier()</a></b></code>
               <br><div style="margin-left: 20px">Un-registers a previously registered identifier.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorageMemory.html#methodvalidateLocation">ezcCacheStorageMemory::validateLocation()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorageMemory.html#methodvalidateLocation">ezcCacheStorageMemory::validateLocation()</a></b></code>
               <br><div style="margin-left: 20px">Checks if the location property is valid.</div>                          </td>
-          </tr></tbody><thead><tr><th colspan="2">
-            From <span class="classname"><a href="ezcCacheStorage.html">ezcCacheStorage</a></span>
+          </tr>
+</tbody>
+<thead><tr>
+<th colspan="2">
+            From <span class="classname"><a href="../Cache/ezcCacheStorage.html">ezcCacheStorage</a></span>
           </th>
-        </tr></thead><tbody><tr><td class="right">
+        </tr></thead>
+<tbody>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>ezcCacheStorage</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#method__construct">ezcCacheStorage::__construct()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#method__construct">ezcCacheStorage::__construct()</a></b></code>
               <br><div style="margin-left: 20px">Creates a new cache storage in the given location.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>              abstract                            <em>int</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodcountDataItems">ezcCacheStorage::countDataItems()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodcountDataItems">ezcCacheStorage::countDataItems()</a></b></code>
               <br><div style="margin-left: 20px">Return the number of items in the cache matching a certain criteria.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>              abstract                            <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methoddelete">ezcCacheStorage::delete()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methoddelete">ezcCacheStorage::delete()</a></b></code>
               <br><div style="margin-left: 20px">Delete data from the cache.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>string</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodgetLocation">ezcCacheStorage::getLocation()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodgetLocation">ezcCacheStorage::getLocation()</a></b></code>
               <br><div style="margin-left: 20px">Returns the location.</div>                          </td>
-          </tr><tr><td class="right">
-              <em>public</em>                                          <em><a href="ezcCacheStorageOptions.html">ezcCacheStorageOptions</a></em>            </td>
+          </tr>
+<tr>
+<td class="right">
+              <em>public</em>                                          <em><a href="../Cache/ezcCacheStorageOptions.html">ezcCacheStorageOptions</a></em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodgetOptions">ezcCacheStorage::getOptions()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodgetOptions">ezcCacheStorage::getOptions()</a></b></code>
               <br><div style="margin-left: 20px">Return the currently set options.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>              abstract                            <em>int</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodgetRemainingLifetime">ezcCacheStorage::getRemainingLifetime()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodgetRemainingLifetime">ezcCacheStorage::getRemainingLifetime()</a></b></code>
               <br><div style="margin-left: 20px">Returns the time ( in seconds ) that remains for a cache object,  before it gets outdated. In case the cache object is already  outdated or does not exist, this method returns 0.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>              abstract                            <em>mixed</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodrestore">ezcCacheStorage::restore()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodrestore">ezcCacheStorage::restore()</a></b></code>
               <br><div style="margin-left: 20px">Restore data from the cache.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodsetOptions">ezcCacheStorage::setOptions()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodsetOptions">ezcCacheStorage::setOptions()</a></b></code>
               <br><div style="margin-left: 20px">Set new options.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>              abstract                            <em>string</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodstore">ezcCacheStorage::store()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodstore">ezcCacheStorage::store()</a></b></code>
               <br><div style="margin-left: 20px">Store data to the cache storage.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>protected</em>              abstract                            <em>void</em>            </td>
             <td>
-              <code><b><a href="ezcCacheStorage.html#methodvalidateLocation">ezcCacheStorage::validateLocation()</a></b></code>
+              <code><b><a href="../Cache/ezcCacheStorage.html#methodvalidateLocation">ezcCacheStorage::validateLocation()</a></b></code>
               <br><div style="margin-left: 20px">Checks if the location property is valid.</div>                          </td>
-          </tr></tbody></table><a name="sec-methods"></a>
+          </tr>
+</tbody>
+</table>
+<a name="sec-methods"></a>
   <h3>Methods</h3>
   <a name="method_detail"></a>
         
@@ -394,43 +519,75 @@
            = array()]              )
     </div>
 
-    <p>Creates a new cache storage in the given location.</p><div><p>Options can contain the 'ttl' (Time-To-Live). This is per default set  to 1 day.</p><p>For details about the options see <a href="ezcCacheStorageApcOptions.html">ezcCacheStorageApcOptions</a>.</p></div>
+    <p>Creates a new cache storage in the given location.</p>
+<div>
+<p>Options can contain the 'ttl' (Time-To-Live). This is per default set  to 1 day.</p>
+<p>For details about the options see <a href="../Cache/ezcCacheStorageApcOptions.html">ezcCacheStorageApcOptions</a>.</p>
+</div>
           <h5>Parameters:</h5>
-      <table class="detail"><thead><tr><th>Name</th>
+      <table class="detail">
+<thead><tr>
+<th>Name</th>
             <th>Type</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code>$location</code></td>
+          </tr></thead>
+<tbody>
+<tr>
+<td><code>$location</code></td>
               <td><em>string</em></td>
               <td>
                                   Path to the cache location
                               </td>
-            </tr><tr><td><code>$options</code></td>
+            </tr>
+<tr>
+<td><code>$options</code></td>
               <td><em>array(string=&gt;string)</em></td>
               <td>
                                   Options for the cache
                               </td>
-            </tr></tbody></table><h5>Exceptions:</h5>
-      <table class="detail"><thead><tr><th>Type</th>
-            <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBasePropertyNotFoundException.html">ezcBasePropertyNotFoundException</a></code></td>
+            </tr>
+</tbody>
+</table>
+<h5>Exceptions:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Type</th>
+            <th class="desc">Description</th>
+          </tr></thead>
+<tbody><tr>
+<td><code><a href="../Base/ezcBasePropertyNotFoundException.html">ezcBasePropertyNotFoundException</a></code></td>
               <td>
                                   If you tried to set a non-existent option value.
                               </td>
-            </tr></tbody></table><h5>Redefinition of:</h5>
-      <table class="detail"><thead><tr><th>Method</th>
-            <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="ezcCacheStorageMemory.html#method__construct">ezcCacheStorageMemory::__construct()</a></code></td>
+            </tr></tbody>
+</table>
+<h5>Redefinition of:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Method</th>
+            <th class="desc">Description</th>
+          </tr></thead>
+<tbody><tr>
+<td><code><a href="../Cache/ezcCacheStorageMemory.html#method__construct">ezcCacheStorageMemory::__construct()</a></code></td>
             <td>
                               Creates a new cache storage in the given location.
                           </td>
-          </tr></tbody></table><h5>Redefined in descendants as:</h5>
-      <table class="detail"><thead><tr><th>Method</th>
-            <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="ezcCacheStorageFileApcArray.html#method__construct">ezcCacheStorageFileApcArray::__construct()</a></code></td>
+          </tr></tbody>
+</table>
+<h5>Redefined in descendants as:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Method</th>
+            <th class="desc">Description</th>
+          </tr></thead>
+<tbody><tr>
+<td><code><a href="../Cache/ezcCacheStorageFileApcArray.html#method__construct">ezcCacheStorageFileApcArray::__construct()</a></code></td>
               <td>
                 Creates a new cache storage in the given location. The location in case  of this storage class must a valid file system directory.&#8192;
               </td>
-            </tr></tbody></table><a name="methodfetchData" id="fetchData"><!-- --></a>
+            </tr></tbody>
+</table>
+<a name="methodfetchData" id="fetchData"><!-- --></a>
 
     <h4>fetchData</h4>
 
@@ -444,26 +601,42 @@
 
     <p>Fetches data from the cache.</p>
           <h5>Parameters:</h5>
-      <table class="detail"><thead><tr><th>Name</th>
+      <table class="detail">
+<thead><tr>
+<th>Name</th>
             <th>Type</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code>$identifier</code></td>
+          </tr></thead>
+<tbody><tr>
+<td><code>$identifier</code></td>
               <td><em>string</em></td>
               <td>
                                   The APC identifier to fetch data from
                               </td>
-            </tr></tbody></table><h5>Redefined in descendants as:</h5>
-      <table class="detail"><thead><tr><th>Method</th>
-            <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="ezcCacheStorageApcPlain.html#methodfetchData">ezcCacheStorageApcPlain::fetchData()</a></code></td>
+            </tr></tbody>
+</table>
+<h5>Redefined in descendants as:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Method</th>
+            <th class="desc">Description</th>
+          </tr></thead>
+<tbody>
+<tr>
+<td><code><a href="../Cache/ezcCacheStorageApcPlain.html#methodfetchData">ezcCacheStorageApcPlain::fetchData()</a></code></td>
               <td>
                 Fetches data from the cache.&#8192;
               </td>
-            </tr><tr><td><code><a href="ezcCacheStorageFileApcArray.html#methodfetchData">ezcCacheStorageFileApcArray::fetchData()</a></code></td>
+            </tr>
+<tr>
+<td><code><a href="../Cache/ezcCacheStorageFileApcArray.html#methodfetchData">ezcCacheStorageFileApcArray::fetchData()</a></code></td>
               <td>
                 Fetches the data from the cache.&#8192;
               </td>
-            </tr></tbody></table><a name="methodprepareData" id="prepareData"><!-- --></a>
+            </tr>
+</tbody>
+</table>
+<a name="methodprepareData" id="prepareData"><!-- --></a>
 
     <h4>prepareData</h4>
 
@@ -477,61 +650,96 @@
 
     <p>Prepares the data for storing.</p>
           <h5>Parameters:</h5>
-      <table class="detail"><thead><tr><th>Name</th>
+      <table class="detail">
+<thead><tr>
+<th>Name</th>
             <th>Type</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code>$data</code></td>
+          </tr></thead>
+<tbody><tr>
+<td><code>$data</code></td>
               <td><em>mixed</em></td>
               <td>
                                   Simple type or array
                               </td>
-            </tr></tbody></table><h5>Exceptions:</h5>
-      <table class="detail"><thead><tr><th>Type</th>
-            <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="ezcCacheInvalidDataException.html">ezcCacheInvalidDataException</a></code></td>
+            </tr></tbody>
+</table>
+<h5>Exceptions:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Type</th>
+            <th class="desc">Description</th>
+          </tr></thead>
+<tbody><tr>
+<td><code><a href="../Cache/ezcCacheInvalidDataException.html">ezcCacheInvalidDataException</a></code></td>
               <td>
                                   If the data submitted can not be handled by this storage (object, resource).
                               </td>
-            </tr></tbody></table><h5>Redefined in descendants as:</h5>
-      <table class="detail"><thead><tr><th>Method</th>
-            <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="ezcCacheStorageApcPlain.html#methodprepareData">ezcCacheStorageApcPlain::prepareData()</a></code></td>
+            </tr></tbody>
+</table>
+<h5>Redefined in descendants as:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Method</th>
+            <th class="desc">Description</th>
+          </tr></thead>
+<tbody>
+<tr>
+<td><code><a href="../Cache/ezcCacheStorageApcPlain.html#methodprepareData">ezcCacheStorageApcPlain::prepareData()</a></code></td>
               <td>
                 Wraps the data in an ezcCacheStorageMemoryDataStruct structure in order  to store it.&#8192;
               </td>
-            </tr><tr><td><code><a href="ezcCacheStorageFileApcArray.html#methodprepareData">ezcCacheStorageFileApcArray::prepareData()</a></code></td>
+            </tr>
+<tr>
+<td><code><a href="../Cache/ezcCacheStorageFileApcArray.html#methodprepareData">ezcCacheStorageFileApcArray::prepareData()</a></code></td>
               <td>
                 Wraps the data in order to be stored in APC ($useApc = true) or on the  file system ($useApc = false).&#8192;
               </td>
-            </tr></tbody></table><a name="methodsetOptions" id="setOptions"><!-- --></a>
+            </tr>
+</tbody>
+</table>
+<a name="methodsetOptions" id="setOptions"><!-- --></a>
 
     <h4>setOptions</h4>
 
     <div class="method-signature">
       void
       setOptions(
-                                  <a href="ezcCacheStorageOptions.html">ezcCacheStorageOptions</a>
+                                  <a href="../Cache/ezcCacheStorageOptions.html">ezcCacheStorageOptions</a>
           $options
                         )
     </div>
 
-    <p>Return the currently set options.</p><div><p>Return the currently set options. The options are returned on an array  that has the same format as the one passed to  <a href="ezcCacheStorage.html#methodsetOptions">ezcCacheStorage::setOptions()</a>. The possible options for a storage  depend on its implementation.</p></div>
+    <p>Return the currently set options.</p>
+<div><p>Return the currently set options. The options are returned on an array  that has the same format as the one passed to  <a href="../Cache/ezcCacheStorage.html#methodsetOptions">ezcCacheStorage::setOptions()</a>. The possible options for a storage  depend on its implementation.</p></div>
           <h5>Parameters:</h5>
-      <table class="detail"><thead><tr><th>Name</th>
+      <table class="detail">
+<thead><tr>
+<th>Name</th>
             <th>Type</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code>$options</code></td>
-              <td><em><a href="ezcCacheStorageOptions.html">ezcCacheStorageOptions</a></em></td>
+          </tr></thead>
+<tbody><tr>
+<td><code>$options</code></td>
+              <td><em><a href="../Cache/ezcCacheStorageOptions.html">ezcCacheStorageOptions</a></em></td>
               <td>
                               </td>
-            </tr></tbody></table><h5>Redefinition of:</h5>
-      <table class="detail"><thead><tr><th>Method</th>
-            <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="ezcCacheStorage.html#methodsetOptions">ezcCacheStorage::setOptions()</a></code></td>
+            </tr></tbody>
+</table>
+<h5>Redefinition of:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Method</th>
+            <th class="desc">Description</th>
+          </tr></thead>
+<tbody><tr>
+<td><code><a href="../Cache/ezcCacheStorage.html#methodsetOptions">ezcCacheStorage::setOptions()</a></code></td>
             <td>
                               Set new options.
                           </td>
-          </tr></tbody></table><div class="credit">
+          </tr></tbody>
+</table>
+<div class="credit">
       Documentation generated by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
     </div>
   </div>

Modified: incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApcOptions.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApcOptions.html?rev=1089394&r1=1089393&r2=1089394&view=diff
==============================================================================
--- incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApcOptions.html (original)
+++ incubator/zetacomponents/website/htdocs/documentation/trunk/Cache/phpdoc/ezcCacheStorageApcOptions.html Wed Apr  6 10:44:44 2011
@@ -9,16 +9,16 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 	<meta name="description" content="Apache Zeta Components - reusable set of high quality PHP components to fasten your development." />
-	<meta name="keywords" content="PHP, apache, components, framework, quality" />
-	<meta name="author" content="dotxp" />
+	<meta name="keywords" content="" />
+	<meta name="author" content="jerome" />
 	<meta name="language" content="en" />
-	<meta name="date" content="Wed, 04 Aug 2010 13:07:17 +0200" />
+	<meta name="date" content="Wed, 06 Apr 2011 12:38:18 +0200" />
 	<meta name="robots" content="all" />
 
 	<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
 	<meta name="DC.title" content="ezcCacheStorageApcOptions.html" />
-	<meta name="DC.creator" content="dotxp" />
-	<meta name="DC.date" content="Wed, 04 Aug 2010 13:07:17 +0200" />
+	<meta name="DC.creator" content="jerome" />
+	<meta name="DC.date" content="Wed, 06 Apr 2011 12:38:18 +0200" />
 	<meta name="DC.rights" content="Copyright" />
 
 	<link rel="meta" href="/zetacomponents/documentation/trunk/Cache/phpdoc/ezcCacheStorageApcOptions.rdf" />
@@ -68,10 +68,7 @@
 
 	<div class="content">
     <ul class="tabs">
-    <li >
-	<a href="/zetacomponents/documentation/trunk/Cache/tutorial.html" title="Tutorial">Tutorial</a>
-	</li>
-<li class="requested">
+    <li class="requested">
 	<a href="/zetacomponents/documentation/trunk/Cache/phpdoc/classtrees.html" title="API">API</a>
 	</li>
 
@@ -91,25 +88,35 @@
        
 
 
-<pre><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html">ezcBaseOptions</a>
+<pre><a href="../Base/ezcBaseOptions.html">ezcBaseOptions</a>
    |
    --ezcCacheStorageApcOptions</pre>
 
 
-  <table><tr><td>
+  <table><tr>
+<td>
             <strong>Version:</strong>&#8192;&#8192;
           </td>
           <td>//autogentag//</td>
-        </tr></table><a name="sec-descendants"></a>
+        </tr></table>
+<a name="sec-descendants"></a>
   <h3>Descendants</h3>
-  <table class="detail"><thead><tr><th>Child Class</th>
+  <table class="detail">
+<thead><tr>
+<th>Child Class</th>
         <th>Description</th>
-      </tr></thead><tbody><tr><td><a href="ezcCacheStorageFileApcArrayOptions.html">ezcCacheStorageFileApcArrayOptions</a></td>
          <td>
+      </tr></thead>
+<tbody><tr>
+<td><a href="../Cache/ezcCacheStorageFileApcArrayOptions.html">ezcCacheStorageFileApcArrayOptions</a></td>
          <td>
                           Option class for APC array storage.
                       </td>
-        </tr></tbody></table><a name="sec-prop-summary"></a>
+        </tr></tbody>
+</table>
+<a name="sec-prop-summary"></a>
   <h3>Properties</h3>
-  <table class="summary"><tr><td class="right">
+  <table class="summary">
+<tr>
+<td class="right">
           <a name="prop%24lockKey" id="$lockKey"></a>
           <a name="prop-%24lockKey" id="$lockKey"></a>
           <em>string</em>        </td>
@@ -121,7 +128,9 @@
             <a href="#prop-%24lockKey" title="details" class="var-name-summary">$lockKey</a>
                       </code>
           <br><div style="margin-left: 20px">Cache key to use for locking. Default is '.ezcLock'.</div>        </td>
-      </tr><tr><td class="right">
+      </tr>
+<tr>
+<td class="right">
           <a name="prop%24lockWaitTime" id="$lockWaitTime"></a>
           <a name="prop-%24lockWaitTime" id="$lockWaitTime"></a>
           <em>int</em>        </td>
@@ -133,7 +142,9 @@
             <a href="#prop-%24lockWaitTime" title="details" class="var-name-summary">$lockWaitTime</a>
                       </code>
           <br><div style="margin-left: 20px">Time to wait between lock availability checks. Measured in            microseconds (<a href="http://www.php.net/usleep">http://www.php.net/usleep</a>). Default is 200000.</div>        </td>
-      </tr><tr><td class="right">
+      </tr>
+<tr>
+<td class="right">
           <a name="prop%24maxLockTime" id="$maxLockTime"></a>
           <a name="prop-%24maxLockTime" id="$maxLockTime"></a>
           <em>int</em>        </td>
@@ -145,7 +156,9 @@
             <a href="#prop-%24maxLockTime" title="details" class="var-name-summary">$maxLockTime</a>
                       </code>
           <br><div style="margin-left: 20px">Time before a lock is considered dead, measured in seconds.            Default is 5.</div>        </td>
-      </tr><tr><td class="right">
+      </tr>
+<tr>
+<td class="right">
           <a name="prop%24metaDataKey" id="$metaDataKey"></a>
           <a name="prop-%24metaDataKey" id="$metaDataKey"></a>
           <em>string</em>        </td>
@@ -157,28 +170,39 @@
             <a href="#prop-%24metaDataKey" title="details" class="var-name-summary">$metaDataKey</a>
                       </code>
           <br><div style="margin-left: 20px">The name of the file used to store meta data. Default is            '.ezcMetaData'.</div>        </td>
-      </tr></table><a name="sec-var-summary"></a>
+      </tr>
+</table>
+<a name="sec-var-summary"></a>
   <h3>Member Variables</h3>
-  <table class="summary"><tr><td class="right">
-            <em>protected</em>            <em><a href="ezcCacheStorageOptions.html">ezcCacheStorageOptions</a></em>          </td>
+  <table class="summary"><tr>
+<td class="right">
+            <em>protected</em>            <em><a href="../Cache/ezcCacheStorageOptions.html">ezcCacheStorageOptions</a></em>          </td>
           <td>
             <code>
               $storageOptions
                           </code>
             <br><div style="margin-left: 20px">Parent storage options.</div>                      </td>
-        </tr></table><h3>Inherited Member Variables</h3>
-  <table class="summary"><thead><tr><th colspan="2">
-            From <span class="classname"><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html">ezcBaseOptions</a></span>         
+        </tr></table>
+<h3>Inherited Member Variables</h3>
+  <table class="summary">
+<thead><tr>
+<th colspan="2">
+            From <span class="classname"><a href="../Base/ezcBaseOptions.html">ezcBaseOptions</a></span>         
           </th>
-        </tr></thead><tbody><tr><td class="right">
+        </tr></thead>
+<tbody><tr>
+<td class="right">
               <em>protected</em>                          </td>
             <td>
-              <code><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#var%24properties">ezcBaseOptions::$properties</a></code>
+              <code><a href="../Base/ezcBaseOptions.html#var%24properties">ezcBaseOptions::$properties</a></code>
               
             </td>
-          </tr></tbody></table><a name="sec-method-summary"></a>
+          </tr></tbody>
+</table>
+<a name="sec-method-summary"></a>
   <h3>Method Summary</h3>
-  <table class="summary"><tr><td class="right">
+  <table class="summary"><tr>
+<td class="right">
             <em>public</em>                        <em>ezcCacheStorageApcOptions</em>          </td>
           <td>
             <code>
@@ -187,41 +211,60 @@
                    = array()]                               )
             </code>
             <br><div style="margin-left: 20px">Constructs an object with the specified values.</div>          </td>
-        </tr></table><h3>Inherited Methods</h3>
-  <table class="summary"><thead><tr><th colspan="2">
-            From <span class="classname"><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html">ezcBaseOptions</a></span>
+        </tr></table>
+<h3>Inherited Methods</h3>
+  <table class="summary">
+<thead><tr>
+<th colspan="2">
+            From <span class="classname"><a href="../Base/ezcBaseOptions.html">ezcBaseOptions</a></span>
           </th>
-        </tr></thead><tbody><tr><td class="right">
+        </tr></thead>
+<tbody>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>ezcBaseOptions</em>            </td>
             <td>
-              <code><b><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#method__construct">ezcBaseOptions::__construct()</a></b></code>
+              <code><b><a href="../Base/ezcBaseOptions.html#method__construct">ezcBaseOptions::__construct()</a></b></code>
               <br><div style="margin-left: 20px">Construct a new options object.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#methodmerge">ezcBaseOptions::merge()</a></b></code>
+              <code><b><a href="../Base/ezcBaseOptions.html#methodmerge">ezcBaseOptions::merge()</a></b></code>
               <br><div style="margin-left: 20px">Merge an array into the actual options object.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>bool</em>            </td>
             <td>
-              <code><b><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#methodoffsetExists">ezcBaseOptions::offsetExists()</a></b></code>
+              <code><b><a href="../Base/ezcBaseOptions.html#methodoffsetExists">ezcBaseOptions::offsetExists()</a></b></code>
               <br><div style="margin-left: 20px">Returns if an option exists.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>mixed</em>            </td>
             <td>
-              <code><b><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#methodoffsetGet">ezcBaseOptions::offsetGet()</a></b></code>
+              <code><b><a href="../Base/ezcBaseOptions.html#methodoffsetGet">ezcBaseOptions::offsetGet()</a></b></code>
               <br><div style="margin-left: 20px">Returns an option value.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#methodoffsetSet">ezcBaseOptions::offsetSet()</a></b></code>
+              <code><b><a href="../Base/ezcBaseOptions.html#methodoffsetSet">ezcBaseOptions::offsetSet()</a></b></code>
               <br><div style="margin-left: 20px">Set an option.</div>                          </td>
-          </tr><tr><td class="right">
+          </tr>
+<tr>
+<td class="right">
               <em>public</em>                                          <em>void</em>            </td>
             <td>
-              <code><b><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#methodoffsetUnset">ezcBaseOptions::offsetUnset()</a></b></code>
+              <code><b><a href="../Base/ezcBaseOptions.html#methodoffsetUnset">ezcBaseOptions::offsetUnset()</a></b></code>
               <br><div style="margin-left: 20px">Unset an option.</div>                          </td>
-          </tr></tbody></table><a name="sec-methods"></a>
+          </tr>
+</tbody>
+</table>
+<a name="sec-methods"></a>
   <h3>Methods</h3>
   <a name="method_detail"></a>
   
@@ -239,39 +282,67 @@
 
     <p>Constructs an object with the specified values.</p>
           <h5>Parameters:</h5>
-      <table class="detail"><thead><tr><th>Name</th>
+      <table class="detail">
+<thead><tr>
+<th>Name</th>
             <th>Type</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code>$options</code></td>
+          </tr></thead>
+<tbody><tr>
+<td><code>$options</code></td>
               <td><em>array(string=&gt;mixed)</em></td>
               <td>
                               </td>
-            </tr></tbody></table><h5>Exceptions:</h5>
-      <table class="detail"><thead><tr><th>Type</th>
+            </tr></tbody>
+</table>
+<h5>Exceptions:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Type</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseValueException.html">ezcBaseValueException</a></code></td>
+          </tr></thead>
+<tbody>
+<tr>
+<td><code><a href="../Base/ezcBaseValueException.html">ezcBaseValueException</a></code></td>
               <td>
                                   If $options contains a property with a value not allowed.
                               </td>
-            </tr><tr><td><code><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBasePropertyNotFoundException.html">ezcBasePropertyNotFoundException</a></code></td>
+            </tr>
+<tr>
+<td><code><a href="../Base/ezcBasePropertyNotFoundException.html">ezcBasePropertyNotFoundException</a></code></td>
               <td>
                                   If $options contains a property not defined.
                               </td>
-            </tr></tbody></table><h5>Redefinition of:</h5>
-      <table class="detail"><thead><tr><th>Method</th>
+            </tr>
+</tbody>
+</table>
+<h5>Redefinition of:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Method</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="/zetacomponents/documentation/trunk/Base/phpdoc/ezcBaseOptions.html#method__construct">ezcBaseOptions::__construct()</a></code></td>
+          </tr></thead>
+<tbody><tr>
+<td><code><a href="../Base/ezcBaseOptions.html#method__construct">ezcBaseOptions::__construct()</a></code></td>
             <td>
                               Construct a new options object.
                           </td>
-          </tr></tbody></table><h5>Redefined in descendants as:</h5>
-      <table class="detail"><thead><tr><th>Method</th>
+          </tr></tbody>
+</table>
+<h5>Redefined in descendants as:</h5>
+      <table class="detail">
+<thead><tr>
+<th>Method</th>
             <th class="desc">Description</th>
-          </tr></thead><tbody><tr><td><code><a href="ezcCacheStorageFileApcArrayOptions.html#method__construct">ezcCacheStorageFileApcArrayOptions::__construct()</a></code></td>
+          </tr></thead>
+<tbody><tr>
+<td><code><a href="../Cache/ezcCacheStorageFileApcArrayOptions.html#method__construct">ezcCacheStorageFileApcArrayOptions::__construct()</a></code></td>
               <td>
                 Constructs an object with the specified values.&#8192;
               </td>
-            </tr></tbody></table><div class="credit">
+            </tr></tbody>
+</table>
+<div class="credit">
       Documentation generated by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
     </div>
   </div>