rspack_core 0.7.11

rspack core
Documentation
1
2
3
4
5
6
7
8
use crate::cache::persistent::PersistentCacheOptions;

#[derive(Debug, Clone)]
pub enum CacheOptions {
  Disabled,
  Memory,
  Persistent(PersistentCacheOptions),
}