Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openweather_apis_wrapper/src/cache/cache.ts>CacheHandler

A wrapper for the APIs provided by OpenWeather
Latest
class CacheHandler
implements Caches
import { CacheHandler } from "https://deno.land/x/openweather_apis_wrapper@v0.4.4/src/cache/cache.ts";

Constructors

new
CacheHandler(options?: CacheHandlerOptions)

Properties

optional
coordinatesByLocationName: Cache<CoordinatesByLocationName[]>
optional
coordinatesByZipOrPostCode: Cache<CoordinatesByZipOrPostCode>
optional
currentWeather: Cache<CurrentWeather>
optional
forecast5days3hours: Cache<Forecast5days3hours>
optional
locationNameByCoordinates: Cache<LocationNameByCoordinates[]>