export async function getSizeFromCache(params) {
  try {
    if (cache === null) {
      return null;
    }