Parameters for the HVD cache instance. More...
#include "hvdcache.h"
Data Fields | |
| size_t | size |
| The size of this structure. | |
| const uint8 * | cache_id |
| HVD cache ID for this cache. | |
| const uint8 * | setup_id |
| HVD_cache_policy | cache_policy |
| Caching purging policy. | |
| const HVD_cache_fns * | cache_fns |
| Cache implementation functions. | |
| sw_memory_instance * | mem |
| Memory allocation/deallocation functions. | |
Parameters for the HVD cache instance.
| const uint8* HVD_cache_params::setup_id |
The setup ID for the cache instance. If this is an empty string, it will not match any existing cache instance. This guarantees that all elements are deleted when the connection is disconnected.