Liking cljdoc? Tell your friends :D
Clojure only.

komcrad-utils.persist-memo


persist-memoclj

(persist-memo f ttl-ms file)

Creates a 'persistent' memoized function. We'll persist the cache in a naive way. This shouldn't be thread safe. Existence is to see if this will be a useful development tool.

Creates a 'persistent' memoized function. We'll persist the cache in a naive way.
This shouldn't be thread safe. Existence is to see if this will be a useful development tool.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close