Ejemplo n.º 1
0
 /**
  * Return the name of the class that is currently being used for cell cacheing
  *
  * @return string Name of the class currently being used for cacheing
  */
 public static function getCacheStorageClass()
 {
     return CachedObjectStorageFactory::getCacheStorageClass();
 }