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