contributions/cache.xcache/cache.xcache13.impl.php
Go to the documentation of this file.00001 <?php 00002 require_once dirname(__FILE__) . '/cache.xcache.impl.php'; 00003 00004 /** 00005 * Cache Persistance using XCache 1.3 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup XCache 00009 */ 00010 class CacheXCache13Impl extends CacheXCacheImpl { 00011 }