glimr/cache/file
File Cache Entry Point
Provides the main entry point for starting file cache pools from configured cache stores.
Values
pub fn start(
name: String,
stores: List(driver.CacheStore),
) -> pool.Pool
Starts a file cache pool by name from a list of cache stores. Panics if the store is not found or is not a FileStore. Returns a pool handle for cache operations.