Update the content of the specified cache file. Creates cache entry if necessary.
(String name, long blockId, int blockOffset, byte[] buffer, int offset, int length)
| 30 | |
| 31 | /** Update the content of the specified cache file. Creates cache entry if necessary. */ |
| 32 | void update(String name, long blockId, int blockOffset, byte[] buffer, int offset, int length); |
| 33 | |
| 34 | /** |
| 35 | * Fetch the specified cache file content. |
no outgoing calls