Classes | |
class | Cache |
Attaches/creates and detaches/deletes cache-io objects for disk based cache. More... | |
class | IO |
Base cache-io class that implements XrdOucCacheIO abstract methods. More... | |
struct | Configuration |
Contains parameters configurable from the xrootd config file. More... | |
class | Factory |
Instantiates Cache and Decision plugins. Parses configuration file. More... | |
class | Prefetch |
Downloads data into a file on local disk and handles IO read requests. More... | |
class | Info |
Status of cached file. Can be read from and written into a binary file. More... | |
class | IOFileBlock |
Downloads original file into multiple files, chunked into blocks. Only blocks that are asked for are downloaded. Handles read requests as they come along. More... | |
class | IOEntireFile |
Downloads original file into a single file on local disk. Handles read requests as they come along. More... | |
class | Stats |
Statistics of disk cache utilisation. More... | |
class | Decision |
Base class for selecting which files should be cached. More... |