AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
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) |