blob: cc7666ecd4a57f218019676410c33b588aa55074 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/KorAPConnection.R
\name{clearCache,KorAPConnection-method}
\alias{clearCache,KorAPConnection-method}
\alias{clearCache}
\title{Clear local cache}
\usage{
\S4method{clearCache}{KorAPConnection}(kco)
}
\arguments{
\item{kco}{KorAPConnection object}
}
\value{
Invisible NULL (function called for side effects)
}
\description{
Clears the local cache of API responses for the current RKorAPClient version.
Useful when you want to force fresh data retrieval or free up disk space.
}
\examples{
\dontrun{
kco <- KorAPConnection()
clearCache(kco)
}
}
\concept{connection-initialization}