Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ remove
Method
remove
packages/core/src/cache/CacheAdapter.ts:16–16 ·
view source on GitHub ↗
* Removes the item from cache.
(name: string)
Source
from the content-addressed store, hash-verified
14
* Removes the item from cache.
15
*/
16
remove(name: string): void | Promise<void>;
17
18
/**
19
* Clears all items stored in the cache.
Callers
15
remove
Method · 0.65
clearCache
Method · 0.65
EntityManager.oracledb.test.ts
File · 0.65
EntityManager.oracledb2.test.ts
File · 0.65
sqlite-constraints.test.ts
File · 0.65
pivot-table-upsert.test.ts
File · 0.65
cockroachdb.test.ts
File · 0.65
attach-database.sqlite.test.ts
File · 0.65
non-pk-relation-target.sqlite.test.ts
File · 0.65
logging.test.ts
File · 0.65
GH6764.test.ts
File · 0.65
UnitOfWork.test.ts
File · 0.65
Implementers
5
GeneratedCacheAdapter
packages/core/src/cache/GeneratedCache
MemoryCacheAdapter
packages/core/src/cache/MemoryCacheAda
ResultCacheAdapterNull
tests/issues/GH6585.test.ts
ResultCacheAdapterMock
tests/issues/GH6585.test.ts
RecordingAdapter
tests/issues/GH7644.test.ts
Calls
no outgoing calls
Tested by
1
removeItem
Method · 0.52