コード例 #1
0
ファイル: ScriptCache.cs プロジェクト: nagyistoce/Neuroflow
 static ScriptCache()
 {
     cache = new ASPNETCache();
 }
コード例 #2
0
 static LearningScriptCache()
 {
     cache = new ASPNETCache();
 }
コード例 #3
0
ファイル: VectorCache.cs プロジェクト: nagyistoce/Neuroflow
 static VectorCache()
 {
     cache = new ASPNETCache();
 }