(db-exists? db)
(read-and-update-cache! db db-change-fn)
(read-and-update-global-cache! db-change-fn)
(read-global-cache)
(read-local-cache project-root db)
(remove-db! db)
(upsert-local-cache! {:keys [project-root] :as project-cache} db)
cljdoc is a website building & hosting documentation for Clojure/Script libraries