The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2018-04-01 21:24:13 -04:00
.idea Project setup + constructor 2018-01-30 10:22:44 -05:00
lib ResponseCache.ifModifiedSince 2018-04-01 21:24:13 -04:00
.gitignore cacheSerializationResults 2018-04-01 21:11:40 -04:00
LICENSE Initial commit 2017-05-25 08:28:39 -04:00
pubspec.yaml Skeleton for ResponseCache 2018-04-01 21:05:35 -04:00
README.md Skeleton for ResponseCache 2018-04-01 21:05:35 -04: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 MemcacheD/Redis.

Cache

TODO: Documentation