Back
through-opts (clj)
(source)variable
If org.clojure/core.cache is available, resolves to a function that
calls core.cache.wrapped/lookup-or-miss, otherwise to a function that
throws an exception.
In ClojureScript, a resolves to a function that throws an exception
because core.cache relies on JVM machinery and is Clojure-only.