Go to the documentation of this file. 1 #ifndef __XRDOUCCACHE_HH__
2 #define __XRDOUCCACHE_HH__
126 inline void Add(
long long &Dest,
int &Val)
166 long long FSize() = 0;
171 const char *
Path() = 0;
179 int Read (
char *Buffer,
long long Offset,
int Length) = 0;
193 int Trunc(
long long Offset) = 0;
202 int Write(
char *Buffer,
long long Offset,
int Length) = 0;
234 void Preread (
long long Offset,
int Length,
int Opts=0) {}