cljs-cache
cljs-cache copied to clipboard
Port of clojure/core.cache
Results
2
cljs-cache issues
Sort by
recently updated
recently updated
newest added
It looks like this "through-cache" pattern was introduced some what recently: https://github.com/clojure/core.cache/blame/5b8474a532a7f12ca1a1fbbf8f82a6f816c16b29/src/main/clojure/clojure/core/cache.clj#L57 Since the readme references [these docs](https://clojure.github.io/core.cache/) which mention it I figured it'd be helpful to include.
Hello! I am trying this library but when I added it to my `deps.edn` I see a lot of things downloaded that probably should not be there (like `boot` namespaces):...