caching

        classDiagram
  CachedClass <|-- CharmyCachedClass
    

Caching module for caching data that are not frequently changed.

class charmy.utils.caching.CharmyCachedClass

基类:CachedClass

Charmy cached class, with event bind

Must set self._cache_initialized to True after __init__()

__init__()