From a2beed97e73931514995708c6a8491da065b5812 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 30 Nov 2013 20:15:04 +0400 Subject: [PATCH] Cosmetics --- src/clojure/monger/cache.clj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/clojure/monger/cache.clj b/src/clojure/monger/cache.clj index d74a804..26b4a43 100644 --- a/src/clojure/monger/cache.clj +++ b/src/clojure/monger/cache.clj @@ -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 + Related documentation guide: http://clojuremongodb.info/articles/integration.html" (:require [monger.collection :as mc] [clojure.core.cache :as cache] [monger.conversion :as cnv])