This commit is contained in:
Tobe O 2018-04-01 22:50:58 -04:00
parent e3710d018a
commit 98c29d9c7c

View file

@ -11,6 +11,12 @@ 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 An imaginable use case is storing results from MongoDB or another database in
MemcacheD/Redis. MemcacheD/Redis.
## `cacheSerializationResults`
A middleware that enables the caching of response serialization.
This can improve the performance of sending objects that are complex to serialize.
You can pass a [shouldCache] callback to determine which values should be cached.
## `ResponseCache` ## `ResponseCache`
A flexible response cache for Angel. A flexible response cache for Angel.