Skip to main content
Version: v2.0.3

Dfcache

dfcache is the cache client of dragonfly that communicates with dfdaemon and operates on files in P2P network, where the P2P network acts as a cache system.

Features

  • dfcache stat checks if a file exists in P2P cache system
  • dfcache import import file into P2P cache system
  • dfcache export export file from P2P cache system
  • dfcache delete delete file from P2P cache system

Sequence Diagram

  • StatTask

dfcache-stat

  • ImportTask

dfcache-import

  • ExportTask

dfcache-export

  • DeleteTask

dfcache-delete