feat: add memory cache to boost performance (#2620)
* feat: add memory cache to boost performance * fix: tests * fix: logging * fix: missing commented stuff
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
import { MEMORY_STORAGE_SERVICE } from 'src/integrations/memory-storage/memory-storage.constants';
|
||||
|
||||
export const createMemoryStorageInjectionToken = (identifier: string) => {
|
||||
return `${MEMORY_STORAGE_SERVICE}_${identifier}`;
|
||||
};
|
||||
Reference in New Issue
Block a user