Beispiel #1
0
 public void Init()
 {
     this._cache = new HooksCache();
 }
Beispiel #2
0
 public void Cleanup()
 {
     this._cache = null;
 }