abstract class Kiwi::Store

Direct Known Subclasses

Defined in:

kiwi/store.cr

Instance Method Summary

Instance Method Detail

def [](*args) #

[View source]
def []=(*args) #

[View source]
abstract def clear : Store #

[View source]
abstract def delete(key : String) : String | Nil #

[View source]
def fetch(key : String, &) : String | Nil #

[View source]
abstract def get(key : String) : String | Nil #

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

[View source]