class Dalli::Ring::Entry
Represents a point in the consistent hash ring implementation.
Attributes
server[R]
value[R]
Public Class Methods
new(val, srv)
click to toggle source
# File lib/dalli/ring.rb, line 144 def initialize(val, srv) @value = val @server = srv end