Home
Classes
Methods
Defined In
lib/dalli/ring.rb
Parent
Object
Methods
::new
Class and Module Index
ActionDispatch
ActionDispatch::Session
ActionDispatch::Session::DalliStore
ActiveSupport
ActiveSupport::Cache
ActiveSupport::Cache::DalliStore
Dalli
Dalli::Client
Dalli::Compressor
Dalli::DalliError
Dalli::GzipCompressor
Dalli::MarshalError
Dalli::NetworkError
Dalli::Railtie
Dalli::Ring
Dalli::Ring::Entry
Dalli::RingError
Dalli::Server
Dalli::Server::KSocket
Dalli::Server::KSocket::InstanceMethods
Dalli::Server::KSocket::TCP
Dalli::Server::KSocket::UNIX
Dalli::Threadsafe
Dalli::UnmarshalError
Rack
Rack::Session
Rack::Session::Dalli
Rails
RbConfig
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