diff options
author | Stan Hu <stanhu@gmail.com> | 2017-04-06 11:33:14 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-04-06 11:33:14 -0700 |
commit | 99ff816593747a4dc46e8f52f0e5002d3337012c (patch) | |
tree | 515eec9bec0746f8c766940914433b37fccd5691 /doc/development | |
parent | 173384f8a6025879e7d77009535899ab7b3889cd (diff) | |
download | gitlab-ce-99ff816593747a4dc46e8f52f0e5002d3337012c.tar.gz |
Add text to break up diagrams
[ci skip]
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/polling.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/polling.md b/doc/development/polling.md index 4042b8aaa61..05e19f0c515 100644 --- a/doc/development/polling.md +++ b/doc/development/polling.md @@ -22,7 +22,12 @@ Instead you should use polling mechanism with ETag caching in Redis. ## How it works +Cache Miss: + ![Cache miss](img/cache-miss.svg) + +Cache Hit: + ![Cache hit](img/cache-hit.svg) 1. Whenever a resource changes we generate a random value and store it in |