Struct diwata_intel::cache::CachePool[][src]

pub struct CachePool(_);

contains an atlas of cache, one for each String key puposedly for DB_URL, there will be a separate cache for each DB_URL that tries to connect to the service

Methods

impl CachePool
[src]

Auto Trait Implementations

impl Send for CachePool

impl Sync for CachePool