[−][src]Trait emu_core::cache::Cache
A trait to implement to create your own cache
The compile
function is generic over a Cache
implementation.
So you could, for example, implement Cache
for a disk cache or in-memory cache customized for your needs.