module

Crystalforce::Cache

Cache interface. Implement this module to provide custom caching.

Instance methods

read(key : String) : String | Nil
Source
write(key : String, value : String) : Nil
Source