Theater v0.1.0 Theater.Storage.Dummy View Source

A dummy storage implementaion for testing.

This is a storage implementation that doesn’t actually store anything. It is only useful for some testing scenarios. Requests to put or delete things are ignored and requests to get things always return :not_present.

Link to this section Summary

Functions

Logs the request, but otherwise ignores it

Always returns :not_present

Logs the request, but otherwise ignores it

Link to this section Functions

Logs the request, but otherwise ignores it.

Always returns :not_present.

Logs the request, but otherwise ignores it.