| Index: third_party/cacheinvalidation/src/google/cacheinvalidation/README
|
| diff --git a/third_party/cacheinvalidation/src/google/cacheinvalidation/README b/third_party/cacheinvalidation/src/google/cacheinvalidation/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a9dd982e3bb3e2ee7408eef7e701a9330aa003a4
|
| --- /dev/null
|
| +++ b/third_party/cacheinvalidation/src/google/cacheinvalidation/README
|
| @@ -0,0 +1,16 @@
|
| +This directory contains the implementation of the client library for a cache
|
| +invalidation service.
|
| +
|
| +The public (stable) interfaces are those defined under include/:
|
| + invalidation-client.h
|
| + invalidation-client-factory.h
|
| + invalidation-listener.h
|
| + system-resources.h
|
| + types.h
|
| +
|
| +In order to compile this library, proper implementations of the interfaces
|
| +residing under deps/ must be provided.
|
| +
|
| +Interfaces and implementations defined under impl/ are subject to change, and
|
| +the test/ directory contains test helpers. Please do not depend directly
|
| +on anything in these directories.
|
|
|