Exemplo n.º 1
0
 public MemoryCache(DebugContext context)
 {
     this._context   = context;
     this._run_token = -1;
     //this._log = logging.getLogger("memcache");
     this._reset_cache();
 }
Exemplo n.º 2
0
 public RegisterCache(DebugContext parentContext)
 {
     this._context   = parentContext;
     this._run_token = -1;
     //this._log = logging.getLogger("regcache");
     this._reset_cache();
 }