abstract class Dude::Store

Included Modules

Direct Known Subclasses

Defined in:

dude/store.cr

Instance Method Summary

Instance Method Detail

abstract def delete(key : Symbol | String) #

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

[View source]
abstract def set(key : Symbol | String, value, expire) #

[View source]
abstract def transaction(& : Transaction -> _) #

[View source]
abstract def truncate #

[View source]