# Cache

Glossary · Platforms

Canonical page: https://datasdk.ai/glossary/cache

A cache temporarily stores a result so later requests can reuse it.

## Why it matters

Reduce repeated work and unnecessary waiting.

## Illustrative example

A backend reuses a recent lookup instead of sending an identical request immediately.

## What to check

Choose expiry and scope carefully; personalized results must not leak through shared caches.

## How Data SDK fits

Data SDK connects website visits with available company details worldwide, from startups to larger businesses. Coverage and fields vary. Start free trial opens an email request; terms are confirmed with the team. The full API is coming soon.

These are suggested workflows, not a list of built-in integrations. Use your own approved analytics, CRM, and research process where needed. Matches and fields vary. A company match does not identify a person or prove buying intent.

## Related reading

- [Design a bounded company-data cache](https://datasdk.ai/use-cases/design-a-bounded-company-data-cache): Plan faster repeated work while preserving customer boundaries.
- [Server-side request](https://datasdk.ai/glossary/server-side-request): A server-side request is sent by backend software rather than directly by a visitor's browser.
- [Client-side code](https://datasdk.ai/glossary/client-side-code): Client-side code runs in the user's browser or another client application.
- [Tracking pixel](https://datasdk.ai/glossary/tracking-pixel): A tracking pixel is a small website tracking mechanism; the term also commonly refers to a short tracking script.
- [White-label](https://datasdk.ai/glossary/white-label): White-label means customers see their provider's brand on a feature supplied by another business.
- [Multi-tenant application](https://datasdk.ai/glossary/multi-tenant-application): A multi-tenant application serves several customer organizations within one system.

[Glossary](https://datasdk.ai/glossary) · [Use cases](https://datasdk.ai/use-cases) · [Comparisons](https://datasdk.ai/vs) · [For businesses](https://datasdk.ai/for-businesses) · [For builders](https://datasdk.ai/for-builders)
