From 98c29d9c7cc57b10be0e412d836445ecec603334 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 1 Apr 2018 22:50:58 -0400 Subject: [PATCH] README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a9b69342..4ce4017b 100644 --- a/README.md +++ b/README.md @@ -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 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` A flexible response cache for Angel.