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