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 systemdfcache import
import file into P2P cache systemdfcache export
export file from P2P cache systemdfcache delete
delete file from P2P cache system
Sequence Diagram
- StatTask
- ImportTask
- ExportTask
- DeleteTask