File: NAMESPACE

package info (click to toggle)
r-cran-memoise 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 208 kB
  • sloc: sh: 10; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by roxygen2: do not edit by hand

S3method(print,memoised)
export(cache_filesystem)
export(cache_gcs)
export(cache_memory)
export(cache_s3)
export(drop_cache)
export(forget)
export(has_cache)
export(is.memoised)
export(is.memoized)
export(memoise)
export(memoize)
export(timeout)
importFrom(cachem,key_missing)
importFrom(stats,setNames)