platform/README.md
2018-01-30 10:27:25 -05:00

489 B

cache

Pub build status

Support for server-side caching in Angel.

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.