Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystalforce
v0.3.1
Crystalforce
Api
APIVersionError
Authentication
AuthenticationError
BatchSubrequests
Cache
Canvas
Client
Collection
CompositeSubrequests
Error
MemoryCache
NotFoundError
ServerError
StreamingClient
ToolingClient
UnauthorizedError
Generated using Crystal 1.16.3
2026-03-15 15:39:57 UTC
module
Crystalforce::
Cache
Overview
Cache interface. Implement this module to provide custom caching.
Direct including types
Crystalforce::MemoryCache
Defined in:
crystalforce/cache.cr
Instance Method Summary
#read
(key : String) : String | Nil
#write
(key : String, value : String) : Nil
Instance Method Detail
abstract def
read
(key : String) : String | Nil
#
[
View source
]
abstract def
write
(key : String, value : String) : Nil
#
[
View source
]