Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Currently the caching strategy is hard coded to a disk based one. It would be desirable in many situations for the caching to be in memory. We should decouple the caching strategy and support disk / memory out of the box.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-900 (reported by dnolen)
...