xrootd
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XrdOucCacheIOCD Class Referenceabstract

#include <XrdOucCache.hh>

Inheritance diagram for XrdOucCacheIOCD:
Inheritance graph
[legend]

Public Member Functions

virtual void DetachDone ()=0
 Indicate that the CacheIO object has been detached.
 
 XrdOucCacheIOCD ()
 
virtual ~XrdOucCacheIOCD ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ XrdOucCacheIOCD()

XrdOucCacheIOCD::XrdOucCacheIOCD ( )
inline

◆ ~XrdOucCacheIOCD()

virtual XrdOucCacheIOCD::~XrdOucCacheIOCD ( )
inlinevirtual

Member Function Documentation

◆ DetachDone()

virtual void XrdOucCacheIOCD::DetachDone ( )
pure virtual

Indicate that the CacheIO object has been detached.

Implemented in XrdPosixFile.


The documentation for this class was generated from the following file: