|
|
|
|
|
by JulianMorrison
4707 days ago
|
|
So your key is key + transaction ID, where the transaction ID is simply a value that changes when the data changes. You search the cache with the current value of the ID, and if the data changed the cache entry will be regenerated. An example of a good transaction ID would be SHA1(data). |
|