abstract class V1::Cache::Cacher
- V1::Cache::Cacher
- Reference
- Object
Direct Known Subclasses
Defined in:
v1/cache/cache.crInstance Method Summary
-
#delete(h : V1::Hash)
delete removes the Layer with the given Hash from the Cache.
-
#get(h : V1::Hash) : V1::Layer
get returns the Layer cached by the given hash, or raises NotFound exception if no such layer was found
- #put(l : V1::Layer) : V1::Layer
Instance Method Detail
delete removes the Layer with the given Hash from the Cache.
get returns the Layer cached by the given hash, or raises NotFound exception if no such layer was found