Show More
@@ -745,7 +745,7 b' def makecommandcachekeyfn(command, local' | |||||
745 | # More granular cache key invalidation. |
|
745 | # More granular cache key invalidation. | |
746 | b'localversion': localversion, |
|
746 | b'localversion': localversion, | |
747 | # Cache keys are segmented by command. |
|
747 | # Cache keys are segmented by command. | |
748 |
b'command': |
|
748 | b'command': command, | |
749 | # Throw in the media type and API version strings so changes |
|
749 | # Throw in the media type and API version strings so changes | |
750 | # to exchange semantics invalid cache. |
|
750 | # to exchange semantics invalid cache. | |
751 | b'mediatype': FRAMINGTYPE, |
|
751 | b'mediatype': FRAMINGTYPE, |
General Comments 0
You need to be logged in to leave comments.
Login now