README
This commit is contained in:
parent
629bca4dac
commit
ad077502fc
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -1,2 +1,11 @@
|
|||
# serializer_cache
|
||||
Caches serialized responses to improve application performance.
|
||||
# cache
|
||||
[](https://pub.dartlang.org/packages/angel_cache)
|
||||
[](https://travis-ci.org/angel-dart/cache)
|
||||
|
||||
Support for server-side caching in [Angel](https://angel-dart.github.io).
|
||||
|
||||
## `CacheService`
|
||||
*TODO: Documentation*
|
||||
|
||||
A `Service` class that caches data from one service, storing it in another.
|
||||
An imaginable use case is storing results from MongoDB or another database in Redis.
|
Loading…
Reference in a new issue