533 B
533 B
cache
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