forward.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Store |
Typedefs | |
| typedef signed int | signed_int32_t |
| typedef signed_int32_t | sfileno |
| typedef signed int | sdirno |
| typedef unsigned char | cache_key |
| Store key. More... | |
| typedef ::StoreEntry | Store::Entry |
| typedef ::MemStore | Store::Memory |
| typedef ::Transients | Store::Transients |
| typedef Store::Controller | StoreController |
| typedef Store::Disks | StoreHashIndex |
| typedef Store::Disk | SwapDir |
| typedef RefCount< Store::Disk > | SwapDirPointer |
Enumerations | |
| enum | { SwapFilenMax = 0xFFFFFF } |
| maximum number of entries per cache_dir More... | |
| enum | Store::IoStatus { Store::ioUndecided , Store::ioWriting , Store::ioReading , Store::ioDone } |
| cache "I/O" direction and status More... | |
Typedef Documentation
◆ cache_key
◆ sdirno
◆ sfileno
| typedef signed_int32_t sfileno |
◆ signed_int32_t
| typedef signed int signed_int32_t |
◆ StoreController
| typedef Store::Controller StoreController |
◆ StoreHashIndex
| typedef Store::Disks StoreHashIndex |
◆ SwapDir
| typedef Store::Disk SwapDir |
◆ SwapDirPointer
| typedef RefCount<Store::Disk> SwapDirPointer |
