platform/README.md

15 lines
533 B
Markdown
Raw Normal View History

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.
2018-04-02 01:05:35 +00:00
An imaginable use case is storing results from MongoDB or another database in
MemcacheD/Redis.
## `Cache`
*TODO: Documentation*