Files
twenty/server/src/integrations/environment/interfaces/memory-storage.interface.ts
T
Jérémy MandGitHub dd125ddfcc feat: add memory cache to boost performance (#2620)
* feat: add memory cache to boost performance

* fix: tests

* fix: logging

* fix: missing commented stuff
2023-11-21 18:29:31 +01:00

4 lines
53 B
TypeScript

export enum MemoryStorageType {
Local = 'local',
}