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

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