AUI Framework
develop
Cross-platform base for C++ UI apps
|
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) |