![]() |
XRootD
|
#include <XrdOucCache.hh>
Public Member Functions | |
XrdOucCacheIOCD () | |
virtual | ~XrdOucCacheIOCD () |
virtual void | DetachDone ()=0 |
Indicate that the CacheIO object has been detached. More... | |
The XrdOucCacheIOCD defines a callback object that is used to handle XrdOucCacheIO::Detach() requests. It is passed to Detach() and if Detach() returns false then the DetachDone() method must be called when the object has been successfully detached from the cache.
Definition at line 81 of file XrdOucCache.hh.
|
inline |
Definition at line 91 of file XrdOucCache.hh.
|
inlinevirtual |
Definition at line 92 of file XrdOucCache.hh.
|
pure virtual |
Indicate that the CacheIO object has been detached.
Implemented in XrdPosixFile.
Referenced by XrdPfc::IO::Detach().