forked from nealrichardson/httpcache
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 717 Bytes
/
Copy pathNAMESPACE
File metadata and controls
37 lines (36 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(DELETE)
export(GET)
export(PATCH)
export(POST)
export(PUT)
export(buildCacheKey)
export(cacheLogSummary)
export(cacheOff)
export(cacheOn)
export(cachedPOST)
export(clearCache)
export(dropCache)
export(dropOnly)
export(dropPattern)
export(getCache)
export(halt)
export(hitCache)
export(loadCache)
export(loadLogfile)
export(logMessage)
export(registerCache)
export(requestLogSummary)
export(saveCache)
export(setCache)
export(startLog)
export(uncached)
importFrom(digest,digest)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(utils,tail)