PutSize sets size of the file.
(path string, length int64)
| 9 | |
| 10 | // PutSize sets size of the file. |
| 11 | PutSize(path string, length int64) bool |
| 12 | |
| 13 | // Exists checks if the given chunk of the file is already cached. |
| 14 | Exists(name string, offset int64) bool |
no outgoing calls