Esempio n. 1
0
 public CachingInterceptor(CachingAttribute cachingAttribute, ICacheProvider cacheProvider)
 {
     this._cachingAttribute = cachingAttribute;
     this._cacheProvider    = cacheProvider;
 }
Esempio n. 2
0
 public CachingInterceptor(CachingAttribute cachingAttribute, ICacheProvider cacheProvider)
 {
     this._cachingAttribute = cachingAttribute;
     this._cacheProvider = cacheProvider;
 }