Cosmetics

This commit is contained in:
Michael Klishin 2013-11-30 20:15:04 +04:00
parent 4201107a0a
commit a2beed97e7

View file

@ -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"
:author "Michael S. Klishin"}
monger.cache
(:require [monger.collection :as mc]
[clojure.core.cache :as cache]
[monger.conversion :as cnv])