MCPcopy Create free account

hub / github.com/BJS-kr/nestjs-omacache / functions

Functions48 in github.com/BJS-kr/nestjs-omacache

↓ 32 callersMethodget
(key: string)
lib/types.ts:24
↓ 17 callersFunctionbiggerThan
(input: number, expected: number)
lib/test/util.ts:12
↓ 16 callersFunctionsleep
(ms: number)
lib/test/util.ts:4
↓ 11 callersMethodhas
(key: string)
lib/types.ts:28
↓ 10 callersFunctionlessThan
(input: number, expected: number)
lib/test/util.ts:8
↓ 9 callersMethodset
(key: string, value: any)
lib/types.ts:25
↓ 6 callersMethoddelete
(key: string)
lib/types.ts:27
↓ 3 callersMethodcacheableTaskWithArrayParam
(param: any[])
lib/test/service.ts:39
↓ 3 callersFunctiongetChildrenObject
(storage, rootKey)
lib/cache.ts:71
↓ 3 callersFunctionmakeParamBasedCacheKey
( key: string, args: any[], paramIndex: number[] | undefined )
lib/cache.ts:17
↓ 3 callersFunctionmakeRootKey
(key: string)
lib/cache.ts:16
↓ 2 callersFunctiondeleteAllChildrenByRootKey
( storage: ICacheStorage, rootKey: RootKey, originalKey: string )
lib/cache.ts:56
↓ 2 callersFunctiondeleteChildCacheKey
( storage: ICacheStorage, cacheKey: string, rootKey: RootKey )
lib/cache.ts:44
↓ 1 callersFunctionCache
( { storage }: { storage: ICacheStorage } = { storage: new DefaultStorage() } )
lib/cache.ts:94
↓ 1 callersMethodcacheableTask1
()
lib/test/service.ts:13
↓ 1 callersMethodcacheableTask2
()
lib/test/service.ts:23
↓ 1 callersMethodclear
()
lib/default.storage.ts:30
↓ 1 callersFunctioncopyOriginalMetadataToCacheDescriptor
( metadataKeys: any[], originalMethod: any, descriptor: PropertyDescriptor )
lib/cache.ts:82
↓ 1 callersMethodextractCacheMetadata
(instances: InstanceWrapper<any>[])
lib/cache.service.ts:31
↓ 1 callersMethodgetAllInstances
()
lib/cache.service.ts:16
↓ 1 callersMethodinitializeAllPersistentCache
()
lib/cache.service.ts:64
↓ 1 callersFunctionisBust
( cacheOptions: CacheOptions<CacheKind>, )
lib/guard.ts:13
↓ 1 callersFunctionisPersistent
( cacheOptions: CacheOptions<CacheKind>, )
lib/guard.ts:3
↓ 1 callersFunctionisTemporal
( cacheOptions: CacheOptions<CacheKind>, )
lib/guard.ts:8
↓ 1 callersMethodnotCacheableTask
()
lib/test/service.ts:28
↓ 1 callersFunctionsetChildCacheKey
( storage: ICacheStorage, cacheKey: string, rootKey: RootKey )
lib/cache.ts:29
MethodcanExplore
(instance: InstanceWrapper<any>)
lib/cache.service.ts:23
Methodconstructor
( private readonly discoveryService: DiscoveryService, private readonly scanner: MetadataScanner,
lib/cache.service.ts:10
Methodconstructor
(size: number = 10000)
lib/default.storage.ts:5
Methodconstructor
(private readonly testService: InMemTestService)
lib/test/controller.ts:16
Methoddelete
(key: string)
lib/default.storage.ts:22
Methodget
(key: string)
lib/default.storage.ts:12
Methodhas
(key: string)
lib/default.storage.ts:26
MethodonModuleInit
()
lib/cache.service.ts:73
MethodpartiallyCached
()
lib/test/controller.ts:108
MethodreverseOrderDecorator
()
lib/test/controller.ts:121
Methodset
(key: string, value: any, ttl?: number)
lib/default.storage.ts:16
Methodtest1
()
lib/test/controller.ts:22
Methodtest2
()
lib/test/controller.ts:34
Methodtest2bust
()
lib/test/controller.ts:49
Methodtest3
()
lib/test/controller.ts:57
Methodtest3RootKeyBust
()
lib/test/controller.ts:105
Methodtest3bust
()
lib/test/controller.ts:97
Methodtest3param
( @Param("param") param: string, @Query("query") query: string )
lib/test/controller.ts:70
Methodtest3post
(@Body() body: { [key: string]: any })
lib/test/controller.ts:86
Methodtest6
()
lib/test/controller.ts:133
Methodtest6bust
()
lib/test/controller.ts:161
MethodunderTest6
()
lib/test/controller.ts:145