Skip to content

Commit d76bbe3

Browse files
docs: add faqs cache key to CACHE.md
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b3bfd3c commit d76bbe3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

admin/docs/CACHE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Legend: `[ ]` not started, `[x]` implemented.
2222
| 6 | `products.category.{category_id}` | Published products list for a category page | 15 min | Product saved / deleted |
2323
| 7 | `varieties.product.{product_id}` | All varieties for a product (price, inventory, status) | 15 min | Variety saved / deleted |
2424
| 9 | `pages.{slug}` | Single published page record | 1 hour | Page saved / deleted |
25+
| 10 | `faqs.{position}` | FAQs for a given position (null = main FAQ page) | 1 hour | FAQ saved / deleted |
2526

2627
---
2728

0 commit comments

Comments
 (0)