Package jetbrains.mps.generator
Interface GenerationCacheContainer
- 
- All Known Implementing Classes:
 GenerationCacheContainer.FileBasedGenerationCacheContainer
public interface GenerationCacheContainerFIXME revisit, perhaps can make use of to keep checkpoint models outside of a workspace (not to bother with identical files) FIXME There is extension point, what do I do with it? new ExtensionPoint("jetbrains.mps.lang.core.GeneratorCache").getObjects(); GeneratorCache_extension, GeneratorCacheComponent Evgeny Gryaznov, Sep 21, 2010  
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGenerationCacheContainer.FileBasedGenerationCacheContainerstatic classGenerationCacheContainer.FileBasedModelCacheContainerstatic interfaceGenerationCacheContainer.ModelCacheContainer 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenerationCacheContainer.ModelCacheContainergetCache(SModel descriptor, String hash, boolean create) 
 - 
 
- 
- 
Method Detail
- 
getCache
GenerationCacheContainer.ModelCacheContainer getCache(@NotNull SModel descriptor, String hash, boolean create)
 
 - 
 
 -