Skip to content

Commit cc3fabc

Browse files
committed
Update README.md
1 parent b66d472 commit cc3fabc

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Diff for: README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Caching
1+
# **Allo Caching** for Deno 🦕
22

3-
## `Cache`
3+
Simple caching solution in Typescript.
4+
5+
6+
## `Cache<ValueType>`
47

58
```ts
69
const cache = new Cache<string>();
@@ -38,4 +41,14 @@ cache.save(cacheKey, 'Lorem ipsum');
3841
*/
3942
cache.has(cacheKey); // -> boolean
4043

41-
```
44+
```
45+
46+
47+
48+
## Documentation 📖
49+
50+
Description of all classes and methods with **examples** will found in the [documentation](https://doc.deno.land/https://deno.land/x/[email protected]/mod.ts).
51+
52+
---
53+
54+
Check out other [ours packages 📦](https://deno.land/x?query=allo_)!

0 commit comments

Comments
 (0)