Skip to content

Commit

Permalink
provide additional information on client cache plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Mar 25, 2019
1 parent a5488f6 commit e711240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpt-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ it maintains a set of content-addressed objects. Clients can read from these
objects. Depending on its capabilities, a cache plugin might also support
addition of new objects, listing objects and eviction of objects from the cache.

**Note:** The CernVM-FS client trusts the contents of the cache. Cache plugins
that store data in untrusted locations need to perform their own content
verification before data is provided to the clients.

Cache plugins and clients exchange messages through a socket. The messages are
serialized by the Google protobuf library. A description of the wire protocol
can be found in the ``cvmfs/cache.proto`` source file, although the cache
Expand Down

0 comments on commit e711240

Please sign in to comment.