#include <XrdOucCache.hh>
Public Member Functions | |
virtual void | DetachDone ()=0 |
Indicate that the CacheIO object has been detached. | |
XrdOucCacheIOCD () | |
virtual | ~XrdOucCacheIOCD () |
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.
XrdOucCacheIOCD::XrdOucCacheIOCD | ( | ) | [inline] |
virtual XrdOucCacheIOCD::~XrdOucCacheIOCD | ( | ) | [inline, virtual] |
virtual void XrdOucCacheIOCD::DetachDone | ( | ) | [pure virtual] |
Indicate that the CacheIO object has been detached.
Implemented in XrdPosixFile.