MCPcopy 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.

Implementers 5

GeneratedCacheAdapterpackages/core/src/cache/GeneratedCache
MemoryCacheAdapterpackages/core/src/cache/MemoryCacheAda
ResultCacheAdapterNulltests/issues/GH6585.test.ts
ResultCacheAdapterMocktests/issues/GH6585.test.ts
RecordingAdaptertests/issues/GH7644.test.ts

Calls

no outgoing calls

Tested by 1

removeItemMethod · 0.52