Cosmetics
This commit is contained in:
parent
4201107a0a
commit
a2beed97e7
1 changed files with 3 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
(ns ^{:doc "clojure.core.cache implementation(s) on top of MongoDB.
|
(ns monger.cache
|
||||||
|
"clojure.core.cache implementation(s) on top of MongoDB.
|
||||||
|
|
||||||
Related documentation guide: http://clojuremongodb.info/articles/integration.html"
|
Related documentation guide: http://clojuremongodb.info/articles/integration.html"
|
||||||
:author "Michael S. Klishin"}
|
|
||||||
monger.cache
|
|
||||||
(:require [monger.collection :as mc]
|
(:require [monger.collection :as mc]
|
||||||
[clojure.core.cache :as cache]
|
[clojure.core.cache :as cache]
|
||||||
[monger.conversion :as cnv])
|
[monger.conversion :as cnv])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue