![]() |
XRootD
|
Base class for selecting which files should be cached. More...
#include <XrdPfcDecision.hh>
Public Member Functions | |
virtual | ~Decision () |
Destructor. More... | |
virtual bool | ConfigDecision (const char *params) |
virtual bool | Decide (const std::string &, XrdOss &) const =0 |
Base class for selecting which files should be cached.
Definition at line 31 of file XrdPfcDecision.hh.
|
inlinevirtual |
|
inlinevirtual |
Parse configuration arguments.
params | configuration parameters |
Reimplemented in BlacklistDecision.
Definition at line 56 of file XrdPfcDecision.hh.
|
pure virtual |
Decide if original source will be cached.
& | path |
& | file system |
Implemented in BlacklistDecision.
Referenced by XrdPfc::Cache::Decide().