#include <cel_storagecache.h>
List of all members.
Detailed Description
This class realizes a Storage class which has cached copy on the local machine.
Member Function Documentation
Create a new AdvCachedStorage instance which uses the specified loader instance.
- Parameters:
-
- Returns:
- Pointer to the newly created instance.
| virtual void Celartem::AdvCachedStorage::setBufferingSize |
( |
size_t |
inSize = 1024 |
) |
[pure virtual] |
Set the buffering size. The buffering size has very large impact on the networking performance.
- Parameters:
-
| inSize | Buffering size in bytes. The default is 1024 bytes. |
| virtual void Celartem::AdvCachedStorage::setCallback |
( |
DuplicateStreamCallback |
inCallback, |
|
|
void * |
inContext | |
|
) |
| | [pure virtual] |
Set the callback which is called when calls to StorageLoader::load take long.
- Parameters:
-
| inCallback | Pointer to a callback function. |
| inContext | Context for the callback function. |
The documentation for this class was generated from the following file: