2.9.16
Coherent GT
A modern user interface library for games
Coherent::UIGT::DiskCacheSettings Struct Reference

Settings for the disk cache. More...

#include <Coherent/Coherent/UIGT/UISystem.h>

Public Attributes

class IDiskCacheDiskCache
 Instance of the IDiskCache interface that must perform the disk operations for the cache. Shouldn't be nullptr if the cache settings are set. The user is free to use any persistency method for the cached data.
 
unsigned MaxCacheSize
 Maximum size in bytes of the cache. If exceeded, Coherent UI GT will start requesting cache entry deletions to free space.
 

Detailed Description

Settings for the disk cache.