예제 #1
0
 protected override ICacheKey CreateCacheKey()
 {
     cacheKey = new cacheKeyStub();
     return(cacheKey);
 }
예제 #2
0
		protected override ICacheKey CreateCacheKey()
		{
			cacheKey = new cacheKeyStub();
			return cacheKey;
		}