public CachingInterceptor(CachingAttribute cachingAttribute, ICacheProvider cacheProvider)
 {
     this._cachingAttribute = cachingAttribute;
     this._cacheProvider    = cacheProvider;
 }
 public CachingInterceptor(CachingAttribute cachingAttribute, ICacheProvider cacheProvider)
 {
     this._cachingAttribute = cachingAttribute;
     this._cacheProvider = cacheProvider;
 }