abstract class Zap::Utils::Fetch::Cache(T)
- Zap::Utils::Fetch::Cache(T)
- Reference
- Object
Direct Known Subclasses
Defined in:
utils/fetch/cache.crClass Method Summary
-
.hash(str)
See
Object#hash(hasher)
Instance Method Summary
- #get(key_str : String, etag : String | Nil) : T | Nil
- #get(key_str : String, &etag : -> String | Nil) : T | Nil
- #set(key_str : String, value : T, expiry : Time::Span | Nil, etag : String | Nil) : Nil
Class Method Detail
Instance Method Detail
abstract
def set(key_str : String, value : T, expiry : Time::Span | Nil, etag : String | Nil) : Nil
#