Esempio n. 1
0
        public override Shard GetTargetShard(string key, CacheCollection collection)
        {
            long hash = ShardHash(key);

            return(hashToShardNoRange(hash, collection));
        }
Esempio n. 2
0
 public abstract Shard GetTargetShard(string key, CacheCollection collection);