An open API service indexing awesome lists of open source software.

https://github.com/dbushell/diplodocache

(RETIRED) 💾 Experimental fetch cache for Deno
https://github.com/dbushell/diplodocache

deno javascript typescript

Last synced: 11 months ago
JSON representation

(RETIRED) 💾 Experimental fetch cache for Deno

Awesome Lists containing this project

README

          

**(RETIRED)** Do not use this project was binned.

* * *

# 💾 Diplodocache

Experimental fetch cache for Deno. API subject to change!

```javascript
import {Diplodocache} from 'jsr:@ssr/diplodocache';

const cache = new Diplodocache({
cachePath: '/path/to/directory'
});

const url = new URL('https://example.com/download.zip');
const response = await cache.fetch(url);
```

* * *

[MIT License](/LICENSE) | Copyright © 2024 [David Bushell](https://dbushell.com)