mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Documentation fixes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#'
|
||||
#' In a \code{MemoryCache}, R objects are stored directly in the cache; they are
|
||||
#' not \emph{not} serialized before being stored in the cache. This contrasts
|
||||
#' with other cache types, like \code{\link{DiskCache}}, where objects are
|
||||
#' with other cache types, like \code{\link{diskCache}}, where objects are
|
||||
#' serialized, and the serialized object is cached. This can result in some
|
||||
#' differences of behavior. For example, as long as an object is stored in a
|
||||
#' MemoryCache, it will not be garbage collected.
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#'
|
||||
#' A \code{key_missing} object represents a cache miss.
|
||||
#'
|
||||
#' @param x An object to test.
|
||||
#'
|
||||
#' @seealso \code{\link{diskCache}}, \code{\link{memoryCache}}.
|
||||
#'
|
||||
#' @export
|
||||
|
||||
@@ -9,6 +9,9 @@ key_missing()
|
||||
|
||||
is.key_missing(x)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{An object to test.}
|
||||
}
|
||||
\description{
|
||||
A \code{key_missing} object represents a cache miss.
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ and \code{evict}.
|
||||
\details{
|
||||
In a \code{MemoryCache}, R objects are stored directly in the cache; they are
|
||||
not \emph{not} serialized before being stored in the cache. This contrasts
|
||||
with other cache types, like \code{\link{DiskCache}}, where objects are
|
||||
with other cache types, like \code{\link{diskCache}}, where objects are
|
||||
serialized, and the serialized object is cached. This can result in some
|
||||
differences of behavior. For example, as long as an object is stored in a
|
||||
MemoryCache, it will not be garbage collected.
|
||||
|
||||
Reference in New Issue
Block a user