module Crystalforce::Cache

Overview

Cache interface. Implement this module to provide custom caching.

Direct including types

Defined in:

crystalforce/cache.cr

Instance Method Summary

Instance Method Detail

abstract def read(key : String) : String | Nil #

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

[View source]