Example #1
0
        protected override IRealKVCacheVisitService RealCreate()
        {
            IKVCacheVisitorRepositoryCacheProxy   kvCacheVisitorRepositoryCacheProxy    = KVCacheVisitorRepositoryCacheProxyFactory.Get();
            RealKVCacheVisitServiceForCombination realKVCacheVisitServiceForCombination = new RealKVCacheVisitServiceForCombination(kvCacheVisitorRepositoryCacheProxy);

            throw new NotImplementedException();
        }
Example #2
0
 public RealKVCacheVisitServiceForCombination(IKVCacheVisitorRepositoryCacheProxy kvCacheVisitorRepositoryCacheProxy)
 {
     _kvCacheVisitorRepositoryCacheProxy = kvCacheVisitorRepositoryCacheProxy;
 }