class Amber::Adapters::MemorySessionAdapter::BatchOperations

Overview

Helper class for batch operations

Defined in:

amber/adapters/memory_session_adapter.cr

Constructors

Instance Method Summary

Instance methods inherited from class Amber::Adapters::SessionBatchOperations

delete(key : String) : Nil delete, expire(seconds : Int32) : Nil expire, set(key : String, value : String) : Nil set

Constructor Detail

def self.new(session_id : String, adapter : MemorySessionAdapter) #

[View source]

Instance Method Detail

def delete(key : String) : Nil #

[View source]
def expire(seconds : Int32) : Nil #

[View source]
def set(key : String, value : String) : Nil #

[View source]