\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or 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.

Collaboration diagram for fiftyoneDegreesCollectionCache:

[legend]

Data Fields

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:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/collection.h
On This Page