コード例 #1
0
 public CacheThread(TestDoubleBarrelLRUCache outerInstance, DoubleBarrelLRUCache <CloneableObject, object> c, CloneableObject[] objs, DateTime endTime)
 {
     this.outerInstance = outerInstance;
     this.c             = c;
     this.objs          = objs;
     this.endTime       = endTime;
 }
コード例 #2
0
 public CacheThread(TestDoubleBarrelLRUCache outerInstance, DoubleBarrelLRUCache<CloneableObject, object> c, CloneableObject[] objs, long endTime)
 {
     this.OuterInstance = outerInstance;
     this.c = c;
     this.Objs = objs;
     this.EndTime = endTime;
 }