abstract class Amber::Adapters::SessionBatchOperations

Direct Known Subclasses

Defined in:

amber/adapters/session_adapter.cr

Instance Method Summary

Instance Method Detail

abstract def delete(key : String) : Nil #

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

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

[View source]