Memoization
20Positional factory function for class clojure.core.memoize.PluggableMemoization.
functionclojure.core.memoize
Positional factory function for class clojure.core.memoize.RetryingDelay.
functionclojure.core.memoize
Builds a function that, given a function, returns a pluggable memoized version of it. `build-memoizer` takes a cache...
functionclojure.core.memoize
Works the same as the basic memoization function (i.e. `memo` and `core.memoize` except when a given threshold is bre...
functionclojure.core.memoize
Returns a lazy snapshot of a core.memo-placed memoization cache. By lazy snapshot you can infer that what you get is...
functionclojure.core.memoize
Works the same as the basic memoization function (i.e. `memo` and `core.memoize` except when a given threshold is bre...
functionclojure.core.memoize
Similar to the implementation of memo-lru, except that this function removes all cache values whose usage value is ...
functionclojure.core.memoize
Used as a more flexible alternative to Clojure's core `memoization` function. Memoized functions built using `memo` ...
functionclojure.core.memoize
Reaches into an core.memo-memoized function and clears the cache. This is a destructive operation and should be used...
functionclojure.core.memoize
DEPRECATED: Please use clojure.core.memoize/fifo instead.
functionclojure.core.memoize
DEPRECATED: Please use clojure.core.memoize/lru instead.
functionclojure.core.memoize
DEPRECATED: Please use clojure.core.memoize/lu instead.
functionclojure.core.memoize
Takes a core.memo-populated function and a map and replaces the memoization cache with the supplied map. This is pot...
functionclojure.core.memoize
The 2-arity version takes a core.memo-populated function and a map and replaces the memoization cache with the supplie...
functionclojure.core.memoize
DEPRECATED: Please use clojure.core.memoize/ttl instead.
functionclojure.core.memoize
- function
clojure.core.memoize
Returns true if a function has an core.memo-placed cache, false otherwise.
functionclojure.core.memoize
Build a pluggable memoized version of a function. Given a function and a (pluggable memoized) cache, and an optional s...
functionclojure.core.memoize
Returns a snapshot of a core.memo-placed memoization cache. By snapshot you can infer that what you get is only the ...
functionclojure.core.memoize
Unlike many of the other core.memo memoization functions, `memo-ttl`'s cache policy is time-based rather than algorit...
functionclojure.core.memoize