Beispiel #1
0
 public CacheResultInterceptor(ISlidingCache cache)
 {
     _cache = cache;
 }
Beispiel #2
0
 public CacheResultHandler(ISlidingCache cache, IInvocation invocation)
 {
     _cache      = cache;
     _invocation = new CachedMethodInvocation(invocation);
 }