Derive Macro hitbox_actix::Cacheable[]

#[derive(Cacheable)]
{
    // Attributes available to this derive:
    #[cache_ttl]
    #[cache_stale_ttl]
    #[cache_version]
}
Expand description

Derive Cacheable macro implementation.