This commit is contained in:
Tobe O 2018-01-30 10:27:25 -05:00
parent 629bca4dac
commit ad077502fc

View file

@ -1,2 +1,11 @@
# serializer_cache
Caches serialized responses to improve application performance.
# cache
[![Pub](https://img.shields.io/pub/v/angel_cache.svg)](https://pub.dartlang.org/packages/angel_cache)
[![build status](https://travis-ci.org/angel-dart/cache.svg)](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.