Flutter Engine
The Flutter Engine
|
#include <fixed_cache.h>
Classes | |
struct | Entry |
Public Member Functions | |
FixedCache () | |
~FixedCache () | |
V * | Lookup (K key) |
void | Insert (K key, V value) |
void | Clear () |
Definition at line 24 of file fixed_cache.h.
|
inline |
Definition at line 31 of file fixed_cache.h.
|
inline |
Definition at line 33 of file fixed_cache.h.
|
inline |
Definition at line 62 of file fixed_cache.h.
|
inline |
Definition at line 43 of file fixed_cache.h.
|
inline |