Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.

web


web / lib/collections/location-cache

lib/collections/location-cache

Defines the Payload CMS collection configuration for the Location Cache.

This collection serves as a cache for geocoding results to reduce redundant API calls to external services and improve performance. When an address is successfully geocoded, the result is stored here.

Before attempting to geocode a new address, the system first checks this collection for a matching entry. This collection stores the original address, the resulting coordinates, the provider that supplied the data, and other useful metadata like usage statistics.

Variables

default

const default: CollectionConfig

Last updated on