platform/README.md
2018-04-01 21:05:35 -04:00

15 lines
No EOL
533 B
Markdown

# 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
MemcacheD/Redis.
## `Cache`
*TODO: Documentation*