Module: Metanorma::Plugin::Lutaml::CacheRegistry
- Defined in:
- lib/metanorma/plugin/lutaml/cache_registry.rb
Class Method Summary collapse
Class Method Details
.clear_all ⇒ Object
15 16 17 18 |
# File 'lib/metanorma/plugin/lutaml/cache_registry.rb', line 15 def self.clear_all xmi_cache.clear xsd_cache.clear end |
.xmi_cache ⇒ Object
7 8 9 |
# File 'lib/metanorma/plugin/lutaml/cache_registry.rb', line 7 def self.xmi_cache XmiCache::XMI_PARSE_CACHE end |
.xsd_cache ⇒ Object
11 12 13 |
# File 'lib/metanorma/plugin/lutaml/cache_registry.rb', line 11 def self.xsd_cache LutamlXsdPreprocessor::CACHE end |