Skip to content

@loontail/minecraft-kit v0.5.0 / createMemoryCache

Function: createMemoryCache()

ts
function createMemoryCache(options): MetadataCache

In-memory metadata cache backed by lru-cache.

Parameters

ParameterType
optionsMemoryCacheOptions

Returns

MetadataCache

Source

src/http/cache.ts:12

MIT License