snapshot
function
clojure.core.memoize/snapshot
(snapshot [memoized-fn])Returns a snapshot of a core.memo-placed memoization cache. By snapshot
you can infer that what you get is only the cache contents at a
moment in time.
Examples
No examples yet. Be the first to add one!