Exemplo n.º 1
0
        public IItemBuilderSyntax InCache(ICacheScope cacheScope)
        {
            _buildMe.Cache.Per(cacheScope);

            return(this);
        }
Exemplo n.º 2
0
 public void Per(ICacheScope cacheScope)
 {
     _scopes.Add(cacheScope);
 }
Exemplo n.º 3
0
 public void Per(ICacheScope cacheScope)
 {
     _scopes.Add(cacheScope);
 }