Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Cache/index"

Index

Variables

alertsCache

alertsCache: ICache = new InMemoryCache()

favoritesCache

favoritesCache: ICache = new InMemoryCache()

placesDetailedCache

placesDetailedCache: ICache = new InMemoryCache()

routesCache

routesCache: ICache = new InMemoryCache()

sessionCache

sessionCache: ICache = (typeof window === 'object' && window.document)? new BrowserCookieCache() : new InMemoryCache()

tripsDetailedCache

tripsDetailedCache: ICache = new InMemoryCache()

userCache

userCache: ICache = new InMemoryCache()

Generated using TypeDoc