• Home
Name Date Size #Lines LOC

..--

overrides/google/cacheinvalidation/03-May-2024-462263

OWNERSD03-May-2024279 119

README.chromiumD03-May-2024854 2519

cacheinvalidation.gypD03-May-202410.1 KiB238236

cacheinvalidation_unittests.isolateD03-May-2024552 1918

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