Marc Kupietz | dc880ac | 2025-06-24 20:34:43 +0200 | [diff] [blame] | 1 | % 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{ |
| 14 | Invisible NULL (function called for side effects) |
| 15 | } |
| 16 | \description{ |
| 17 | Clears the local cache of API responses for the current RKorAPClient version. |
| 18 | Useful when you want to force fresh data retrieval or free up disk space. |
| 19 | } |
| 20 | \examples{ |
| 21 | \dontrun{ |
| 22 | kco <- KorAPConnection() |
| 23 | clearCache(kco) |
| 24 | } |
| 25 | |
| 26 | } |
| 27 | \concept{connection-initialization} |