#include <TCache.h>
Inheritance diagram for TCache:


Public Types | |
| enum | { kDfltPageSize = 0x80000, kDfltLowLevel = 70 } |
Public Methods | |
| TCache (Int_t maxCacheSize, TFile *file, Int_t pageSize=kDfltPageSize) | |
| virtual | ~TCache () |
| Int_t | GetMaxCacheSize () const |
| Int_t | GetActiveCacheSize () const |
| Int_t | GetPageSize () const |
| Int_t | GetLowLevel () const |
| Int_t | Resize (Int_t maxCacheSize) |
| void | SetLowLevel (Int_t percentOfHigh) |
| Int_t | ReadBuffer (Seek_t offset, char *buf, Int_t len) |
| Int_t | WriteBuffer (Seek_t offset, const char *buf, Int_t len) |
| Int_t | Flush () |
Friends | |
| class | TFile |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.2.16