Package jetbrains.mps.textgen.trace
Class TraceInfoCache
- java.lang.Object
 - 
- jetbrains.mps.textgen.trace.TraceInfoCache
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringTRACE_FILE_NAME 
- 
Constructor Summary
Constructors Constructor Description TraceInfoCache() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DebugInfoget(SModel model)static TraceInfoCachegetInstance()Deprecated.instead, create a new instance for a series of trace.info access.CacheGeneratornewCacheGenerator(DebugInfo newInfo) 
 - 
 
- 
- 
Field Detail
- 
TRACE_FILE_NAME
public static final String TRACE_FILE_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
newCacheGenerator
public CacheGenerator newCacheGenerator(@Nullable DebugInfo newInfo)
 
- 
getInstance
@Deprecated public static TraceInfoCache getInstance()
Deprecated.instead, create a new instance for a series of trace.info access. We don't track these files any more, it's up to caller to decide lifespan of the cache.- Returns:
 - new instance for each call
 
 
 - 
 
 -