//! This module provides arguments related to the cache.
use ;
const ARG_DISABLE_CACHE: &str = "disable-cache";
/// Represents the disable cache flag argument. This argument allows
/// the user to disable any sort of cache.
/// Represents the disable cache flag parser.