pub struct InfoCacheMgrWrapper {
empty: (),
}
Fields
empty: ()
Trait Implementations
type CacheType = InfoBlockCacheWrapper
Try to get the block cache and return None
if not found. Read more
Attempt to get block cache from the cache. If failed, the manager should try to copy the block from sdcard. Read more