Clears everything stored in the cache.
Creates a connection with given cache provider.
Disconnects with given cache provider.
Caches given query result. Returns cache result if found. Returns undefined if result is not cached.
Gets a query runner to work with.
Checks if cache is expired or not.
Removes all cached results by given identifiers from cache.
Stores given query result in the cache.
Creates table for storing cache if it does not exist yet.
Generated using TypeDoc
Caches query result into current database, into separate table called "query-result-cache".