Package convex.core.store
Class BlobCache
java.lang.Object
convex.core.store.BlobCache
In-memory cache for Blob decoding. Should be used in the context of a specific Store
-
Method Summary
-
Method Details
-
create
-
getCell
Gets the Cached Cell for a given Blob Encoding, or null if not cached.- Parameters:
encoding
- Encoding of Cell to look up in cache- Returns:
- Cached Cell, or null if not found
-
putCell
Stores a cell in the cache- Parameters:
cell
- Cell to store
-