Skip to content

Commit

Permalink
feat(classes/apiCache/*.ts): files moved
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Apr 30, 2021
1 parent 5ba3a75 commit c7f92fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apiCache.ts → src/classes/apiCache/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { defaultConfiguration } from './config';

/**
* @class ApiCache
* @description get and set redis cache for a given express route
* @description Get and set redis cache for a given express route.
*/
export class ApiCache {
private readonly redis: RedisClient;
Expand Down

0 comments on commit c7f92fe

Please sign in to comment.