2 个版本

0.1.1 2021年8月2日
0.1.0 2021年8月2日

#57#lru-cache

AGPL-3.0-or-later

17KB
423

使用 Cloudflare kv / LRU 缓存来缓存文件

    let cache_handler = CfKvFs::builder("https://example.com", "path")
        .auth("Bearer 12345")
        .table("test1")
        .build()
        .unwrap();
    let data = cache_handler.get_blob("test.bin").unwrap();

依赖

~28–40MB
~690K SLoC