userspack_cacheable::cacheable;#[cacheable]#[derive(Debug, Clone, Default, PartialEq, Eq)]pubstructLoaderRunnerOptions{pubcache:bool,
/// Loader name used as part of the cache key.
publoader_name: String,
/// Stable serialization of the loader options used as part of the etag.
puboptions_cache_key: String,
/// Loader implementation version or file hash used as part of the etag.
publoader_version: String,
}