示例#1
0
 public Compile(Cache cache)
 {
     this.cache = cache;
 }
示例#2
0
 public AssignRequest(Cache cache)
 {
     this.cache = cache;
 }