# oridecon-cache > Multi-backend caching — Redis, Memcached, in-memory — behind CacheBackendProtocol. Machine index for **oridecon-cache** only. Rules: https://oridecon.dev/agents.md · Catalog: https://oridecon.dev/llms.txt · Slices: https://oridecon.dev/llms/index.txt · Skill: https://oridecon.dev/SKILL.md ## Package - Name: `oridecon-cache` - Group: Data — SQL, NoSQL, cache, object storage, search. - Docs: https://oridecon.dev/packages/data/oridecon-cache/ - Source (branch `dev`): https://github.com/dbtinoy-/oridecon/tree/dev/packages/oridecon-cache - This slice: https://oridecon.dev/llms/oridecon-cache.txt - Install: `uv add oridecon-cache` ## Boundaries - Extensions import only `oridecon` and `oridecon-contracts` — never each other. - Shared types live in `oridecon-contracts`. Do not invent a second copy here. - Constructor injection. `register()` binds, `boot()` resolves. - Domain failures are `Result[T, E]`. Infrastructure failures raise. - One tree: `domains/` (not `models/`), app-root `di/` for `*_provider.py`. ## Docs in this package - [Cache (oridecon-cache)](https://oridecon.dev/packages/data/oridecon-cache/) - [API Reference](https://oridecon.dev/packages/data/oridecon-cache/api/): Complete API reference for the oridecon-cache package. - [Oridecon-Cache API](https://oridecon.dev/packages/data/oridecon-cache/docs/api/): Oridecon-Cache API guide and reference for the oridecon-cache package in the Oridecon framework. - [Architecture](https://oridecon.dev/packages/data/oridecon-cache/docs/architecture/): Architecture for oridecon-cache - [Backends](https://oridecon.dev/packages/data/oridecon-cache/docs/backends/): Backends guide and reference for the oridecon-cache package in the Oridecon framework. - [Configuration](https://oridecon.dev/packages/data/oridecon-cache/docs/configuration/): Configuration for oridecon-cache - [Guide](https://oridecon.dev/packages/data/oridecon-cache/docs/guide/): Guide for oridecon-cache - [How-To Guides](https://oridecon.dev/packages/data/oridecon-cache/docs/howtos/): How-To Guides for oridecon-cache - [Quickstart](https://oridecon.dev/packages/data/oridecon-cache/docs/quickstart/): Quickstart for oridecon-cache - [Troubleshooting](https://oridecon.dev/packages/data/oridecon-cache/docs/troubleshooting/): Troubleshooting for oridecon-cache ## See also - Playbook: https://oridecon.dev/getting-started/for-coding-agents/ - Fail vs fix: https://oridecon.dev/getting-started/common-mistakes/ - Group hub: https://oridecon.dev/packages/data/ - Skill: https://oridecon.dev/SKILL.md - Rules (do not skip): https://oridecon.dev/agents.md