|
XRootD
|
Base class for selecting which files should be cached. More...
#include <XrdPfcDecision.hh>
Inheritance diagram for XrdPfc::Decision:
Collaboration diagram for XrdPfc::Decision:Public Member Functions | |
| virtual | ~Decision () |
| Destructor. | |
| 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 33 of file XrdPfcDecision.hh.
|
inlinevirtual |
|
inlinevirtual |
Parse configuration arguments.
| params | configuration parameters |
Reimplemented in BlacklistDecision.
Definition at line 58 of file XrdPfcDecision.hh.
|
pure virtual |
Decide if original source will be cached.
| & | path |
| & | file system |
Implemented in BlacklistDecision.
Referenced by XrdPfc::Cache::Decide().
Here is the caller graph for this function: