TileCook.Test.LayerBuilder.SetCache C# (CSharp) Method

SetCache() public method

public SetCache ( ICache cache ) : LayerBuilder
cache ICache
return LayerBuilder
        public LayerBuilder SetCache(ICache cache)
        {
            this._cache = cache;
            return this;
        }