Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
overrides/google/cacheinvalidation/ | 03-May-2024 | - | 462 | 263 | ||
OWNERS | D | 03-May-2024 | 279 | 11 | 9 | |
README.chromium | D | 03-May-2024 | 854 | 25 | 19 | |
cacheinvalidation.gyp | D | 03-May-2024 | 10.1 KiB | 238 | 236 | |
cacheinvalidation_unittests.isolate | D | 03-May-2024 | 552 | 19 | 18 |
README.chromium
1Name: Google Cache Invalidation API 2Short Name: google-cache-invalidation-api 3URL: http://code.google.com/p/google-cache-invalidation-api/ 4Version: r307 5License: Apache 2.0 6License File: src/google/cacheinvalidation/COPYING 7Security Critical: no 8 9Description: 10This is the API to talk to the Google Cache Invalidation service. 11 12Local Modifications: 13None. 14 15Note: If you are rolling forward the Cache Invalidation API version, and want to 16check if any changes need to be made to cacheinvalidation.gyp, do the following: 17 18 cd src/third_party/cacheinvalidation/src 19 git remote update 20 git diff --diff-filter=ACDR --name-only origin/master | grep -v ^java/ 21 22This should give you a list of relevant files that were added, copied, renamed 23or deleted upstream. You will likely need to make appropriate changes to 24cacheinvalidation.gyp to keep the build green. 25