コード例 #1
0
ファイル: SpeedCache.class.php プロジェクト: nemiah/poolPi
 public static function clearStaticCache()
 {
     self::$staticCache = array();
 }