The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2018-01-30 10:27:25 -05:00
.idea Project setup + constructor 2018-01-30 10:22:44 -05:00
lib Project setup + constructor 2018-01-30 10:22:44 -05:00
.gitignore Project setup + constructor 2018-01-30 10:22:44 -05:00
LICENSE Initial commit 2017-05-25 08:28:39 -04:00
pubspec.yaml Project setup + constructor 2018-01-30 10:22:44 -05:00
README.md README 2018-01-30 10:27:25 -05:00

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.