File: MediaCache-class.Rd

package info (click to toggle)
r-cran-restfulr 0.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 67; sh: 13; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
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
\name{MediaCache-class}
\docType{class}

\alias{class:MediaCache}
\alias{MediaCache-class}

\alias{$<-,MediaCache-method}
\alias{[[<-,MediaCache-method}

\alias{MediaCache}

\alias{globalRestClientCache}

\title{MediaCache}
\description{
  \code{MediaCache} is just an environment that restricts the types of
  its elements to \code{\linkS4class{Media}}. Construct an instance by
  calling \code{MediaCache}. The shared default for all REST clients is
  returned by \code{globalRestClientCache}.
}

\author{ Michael Lawrence }

\keyword{methods}
\keyword{classes}