Пример #1
0
        /** <inheritDoc /> */
        public ICache <TK, TV> WithSkipStore()
        {
            if (_flagSkipStore)
            {
                return(this);
            }

            return(new CacheImpl <TK, TV>(_ignite, UU.CacheWithSkipStore(Target), Marshaller,
                                          true, _flagKeepBinary, _flagAsync, true));
        }