Skip to content

Commit

Permalink
Update src/datasources/db/cached-query-resolver.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Cook <aaron@safe.global>
  • Loading branch information
hectorgomezv and iamacook authored Jul 24, 2024
1 parent 87cf273 commit 1d38afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasources/db/cached-query-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class CachedQueryResolver implements ICachedQueryResolver {
) {}

/**
* Returns the content from cache or executes the query and caches the result.
* Returns the content from cache or executes the query, caches the result and returns it.
* If the specified {@link CacheDir} is empty, the query is executed and the result is cached.
* If the specified {@link CacheDir} is not empty, the pointed content is returned.
*
Expand Down

0 comments on commit 1d38afb

Please sign in to comment.