README
This commit is contained in:
parent
e3710d018a
commit
98c29d9c7c
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue