51Degrees Common C/C++  4.1

A shared functionality library that is used by 51Degrees products

fiftyoneDegreesCollectionCache Struct Reference

Detailed Description

Type of collection where items are cached as they are used.

This is usually used in conjunction with a file cache to speed up operation while maintaining a small memory footprint.

Public Attributes

fiftyoneDegreesCollection *  source
The source collection used to load items into the cache.
fiftyoneDegreesCache *  cache
Loading cache to use as data source.

The documentation for this struct was generated from the following file: