blob: cc7666ecd4a57f218019676410c33b588aa55074 [file] [log] [blame]
Marc Kupietzdc880ac2025-06-24 20:34:43 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/KorAPConnection.R
3\name{clearCache,KorAPConnection-method}
4\alias{clearCache,KorAPConnection-method}
5\alias{clearCache}
6\title{Clear local cache}
7\usage{
8\S4method{clearCache}{KorAPConnection}(kco)
9}
10\arguments{
11\item{kco}{KorAPConnection object}
12}
13\value{
14Invisible NULL (function called for side effects)
15}
16\description{
17Clears the local cache of API responses for the current RKorAPClient version.
18Useful when you want to force fresh data retrieval or free up disk space.
19}
20\examples{
21\dontrun{
22kco <- KorAPConnection()
23clearCache(kco)
24}
25
26}
27\concept{connection-initialization}