powered by
Report cache statistics.
cache_stats(fn)
A list with labels "size", "used", "hits", "misses", "expired" counting the number of slots in the cache, the number of slots currently used, the number of times a previous result was recalled, a new result was recorded, and a result was dropped.
A memoized function that was created by memo.
memo