コード例 #1
0
ファイル: Settings.php プロジェクト: kameshwariv/testexample
 /**
  * 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();
 }