[][src]Trait isla_lib::cache::Cacheable

pub trait Cacheable: Serialize + DeserializeOwned {
    type Key: Cachekey;
    fn from_cache<P: AsRef<Path>>(key: Self::Key, cache: P) -> Option<Self> { ... }
fn cache<P: AsRef<Path>>(&self, key: Self::Key, cache: P) { ... } }

Associated Types

Loading content...

Provided methods

fn from_cache<P: AsRef<Path>>(key: Self::Key, cache: P) -> Option<Self>

fn cache<P: AsRef<Path>>(&self, key: Self::Key, cache: P)

Loading content...

Implementors

Loading content...