Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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