Operate v0.1.0-beta.15 Operate.Cache.NoCache View Source

Cache module for implementing no caching.

This is the default cache module, and allows Operate to run without any caching, simply by forwarding and requests for tapes or ops to the configured adpater module(s) skipping any cache layers.

Link to this section Summary

Link to this section Functions

Link to this function

fetch_ops(refs, options \\ [], arg)

View Source

Callback implementation for Operate.Cache.fetch_ops/3.

Link to this function

fetch_ops!(refs, options \\ [], arg)

View Source

Callback implementation for Operate.Cache.fetch_ops!/3.

Link to this function

fetch_tx(txid, options \\ [], arg)

View Source

Callback implementation for Operate.Cache.fetch_tx/3.

Link to this function

fetch_tx!(txid, options \\ [], arg)

View Source

Callback implementation for Operate.Cache.fetch_tx!/3.

Link to this function

fetch_tx_by(query, options \\ [], arg)

View Source

Callback implementation for Operate.Cache.fetch_tx_by/3.

Link to this function

fetch_tx_by!(txid, options \\ [], arg)

View Source

Callback implementation for Operate.Cache.fetch_tx_by!/3.