Module Merb::MemcacheStore
In: lib/merb-core/dispatch/session/memcached.rb

Methods

Public Instance methods

Parameters

session_id<String>:ID of the session to delete.

:api: private

Parameters

session_id<String>:ID of the session to retrieve.

Returns

ContainerSession:The session corresponding to the ID.

:api: private

Parameters

session_id<String>:ID of the session to set.
data<ContainerSession>:The session to set.

:api: private

[Validate]