コード例 #1
0
        internal CacheStrategy <T> Complete <T>()
        {
            var copy = new CacheStrategy <T>(Cache, BaseKey);

            copy.CopyFrom(this);
            return(copy);
        }