class Dalli::Ring::Entry
Attributes
server[R]
value[R]
Public Class Methods
new(val, srv)
click to toggle source
# File lib/dalli/ring.rb, line 135 def initialize(val, srv) @value = val @server = srv end