Fork me on GitHub
#clojure
<
2022-06-06
>
Vladislav12:06:10

Hi fellows! Anybody knows, how can I combine (somehow simple) some of different core.cache/...-factory to get ttl + lru cache?

Vladislav12:06:15

now it looks like there is only one relatively easy solution https://stackoverflow.com/a/25997671

grounded_sage19:06:39

I'm getting this on a library which I am using a git sha for Error building classpath. The following libs must be prepared before use: the library is in :extra-deps of an alias. So clj -X:deps prep does not work. It is also not clear to me from the guides on how to prepare the library https://clojure.org/guides/deps_and_cli#prep_libs

Alex Miller (Clojure team)19:06:47

you can pass aliases to prep as well via clj -X:deps prep :aliases '[:whatever]'

🙏 1