# Caching

- [Phân tích các phương pháp Caching dữ liệu trong .NET Core và .NET Framework](https://blogs.nhquydev.net/caching/phan-tich-cac-phuong-phap-caching-du-lieu-trong-.net-core-va-.net-framework.md)
- [Redis](https://blogs.nhquydev.net/caching/redis.md)
- [Redis mất dữ liệu khi restart](https://blogs.nhquydev.net/caching/redis/redis-mat-du-lieu-khi-restart.md): Nguồn: devopsvn.tech
- [Varnish Cache](https://blogs.nhquydev.net/caching/varnish-cache.md)
- [Hướng Dẫn Cài Đặt Varnish Cache với HAProxy Sử Dụng Docker Compose](https://blogs.nhquydev.net/caching/varnish-cache/huong-dan-cai-dat-varnish-cache-voi-haproxy-su-dung-docker-compose.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blogs.nhquydev.net/caching.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
