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

533 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 MemcacheD/Redis.

Cache

TODO: Documentation