How often do I need to update cache? #1594
-
|
Do I need to update the cache every time before I run my validation? How often do I need to do it? What is in the cache? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
CORE keeps a local cache of:
Each CORE patch/release already ships with the latest cache available at the time of release (rules, standards metadata, and CT). In most cases, you can simply install or update CORE to the latest release and start validating without running The
|
Beta Was this translation helpful? Give feedback.
CORE keeps a local cache of:
Each CORE patch/release already ships with the latest cache available at the time of release (rules, standards metadata, and CT). In most cases, you can simply install or update CORE to the latest release and start validating without running
update-cache.The
update-cachecommand refreshes this local cache so validations can run against newly published CDISC content. You should only run this command when you inte…