Skip to contents

Class representing a configuration for the caching behavior.

Usage

ConfigCache()

Slots

value

Logical indicating whether to enable or disable caching.

mode

Character indicating the caching mode (e.g., "rds" or "sqlite").

folder

Character indicating the folder for caching (for "rds" mode).

file

Character indicating the file for caching (for "sqlite" mode).

size

(getter) Size of the cache.

info

(getter) Information about the cache.