Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 65
Building
fogus edited this page Aug 28, 2012
·
3 revisions
Clone the core.cache git repository or download its source archive
Run
mvn packageto generate a Jar fileRun
mvn installto install the Jar into your local Maven repository
To test that the build succeeded try:
mvn clojure:repl
This will launch a Clojure REPL. Try the following to exercise core.cache:
(use 'clojure.core.cache)
(defc (fifo-cache-factory1 {:a42}))
(-> c (assoc:b1) (assoc:z108))You should see the result {:z 108}.