/** * This is an LRU cache to hold preview content on the server-side. * * Note: This logic is only used by the NextJS SDK. */ export function init() {}