OrchidIntervention.Storage (orchid_intervention v0.1.3)

Copy Markdown View Source

Stores the results of computationally expensive interventions (e.g. Image Masking). Simple O(1) interventions like :override are not cached here.

Summary

Functions

Fetches a merged payload from the cache.

Persists a computed merged payload into the cache.

Functions

get(store_conf, cache_key)

Fetches a merged payload from the cache.

put(store_conf, cache_key, value)

Persists a computed merged payload into the cache.