AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
Cache< T, Container, K > Class Template Referenceabstract

Static Public Member Functions

static _< T > get (const K &key)
 
static void put (const K &key, _< T > value)
 
static void cleanup ()
 

Protected Member Functions

virtual _< T > load (const K &key)=0
 
virtual bool isShouldBeCached (const K &key, const _< T > &image)
 

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