ExJsonschema.Cache.Noop (ExJsonschema v0.1.17)
View SourceA no-operation cache implementation that disables caching.
This is the default cache used when no cache is configured. All operations are no-ops, effectively disabling schema caching.
Usage
This cache is used by default, or can be explicitly configured:
config :ex_jsonschema, cache: ExJsonschema.Cache.Noop