---
title: Cache 'near you' content for each area using lat/long grid
summary: Bucket users into small grid squares to allow for hyper-local content caching (e.g., "stores near you", "local offers").
url: https://www.fastly.com/documentation/solutions/examples/ultra-local-proximity-cache-using-lat-long-grid
---

Bucket users into small grid squares to allow for hyper-local content caching (e.g., "stores near you", "local offers").

## VCL

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/40431224)

## Compute

### Rust

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/b54e4134)

### Javascript

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/33e85684)

### Go

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/6f83930e)

