Skip to content

caching

Stores and reuses the outcome of a call.

NameCategoryDescription
cache
hooks

Caches get and find results based on params. On mutating methods (create, update, patch, remove), affected cache entries are automatically invalidated. Works as a before, after, or around hook.

See all tags for the full vocabulary.

Released under the MIT License.