tape: cache changer state

This commit is contained in:
Dietmar Maurer
2021-02-19 16:48:19 +01:00
parent 5b9f575648
commit 4188fd59a0
4 changed files with 88 additions and 8 deletions

View File

@ -217,6 +217,12 @@ fn get_config(
schema: CHANGER_NAME_SCHEMA,
optional: true,
},
cache: {
description: "Use cached value.",
type: bool,
optional: true,
default: true,
},
},
},
)]