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