if !isCachable && type == .local {
                date = (try? FileManager.default.attributesOfItem(atPath:
                Cache.supportPath.appending("/" + name + "/entries.json")))?[.modificationDate] as? Date
            } else {