Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
The abstract cache base class ezcCacheStorage calls the method validateLocation() on line 94(latest trunk). This method is implemented by ezcCacheStorageFile but is not required by the storage interface definition. Environment: Operating System: Steps to Reproduce: <?php class ezcCacheStorageApc extends ezcCacheStorage { public function store( $id, $data, $attributes = array() ) {} public function restore( $id, $attributes = array() ) {} public function delete( $id = null, $attributes = array() ) {} public function countDataItems( $id = null, $attributes = array() ) {} public function getRemainingLifetime( $id, $attributes = array() ) {} } ?> |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||