2018-01-30 15:27:25 +00:00
|
|
|
# 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.
|