예제 #1
0
 function &_getStorage()
 {
     if (is_a($this->_handler, 'SECacheStorage')) {
         return $this->_handler;
     }
     $this->_handler =& SECacheStorage::getInstance($this->_options['storage'], $this->_options);
     return $this->_handler;
 }