Package com._1c.g5.v8.dt.dcs
Class DcsDataSetInfoLocalQueryCache
java.lang.Object
com._1c.g5.v8.dt.dcs.DcsDataSetInfoLocalQueryCache
Cache for
DcsDataSetInfoV8LocalQuery when Dcs editor was opened-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataSetInfo(DataCompositionSchemaDataSetQuery dataSet, DcsDataSetInfoV8LocalQuery dataSetInfo) Adds newDcsDataSetInfoV8LocalQueryfor concreteDataCompositionSchemaDataSetQuery.voidclearAll()Clears all cache valuesGets caching value ofDcsDataSetInfoV8LocalQueryvoidRemove cache value
-
Constructor Details
-
DcsDataSetInfoLocalQueryCache
public DcsDataSetInfoLocalQueryCache()
-
-
Method Details
-
addDataSetInfo
public void addDataSetInfo(DataCompositionSchemaDataSetQuery dataSet, DcsDataSetInfoV8LocalQuery dataSetInfo) Adds newDcsDataSetInfoV8LocalQueryfor concreteDataCompositionSchemaDataSetQuery. Important thatDataCompositionSchemaDataSetQuerywas in Bm model otherwise theDcsDataSetInfoV8LocalQuerywill not be added to cache- Parameters:
dataSet- key for the caching value, cannot benulland should be in Bm modeldataSetInfo- caching value, cannot benull
-
getDataSetInfo
Gets caching value ofDcsDataSetInfoV8LocalQuery- Parameters:
dataSet- key for getting caching value, cannot benull- Returns:
DcsDataSetInfoV8LocalQueryornullif there is no cache value
-
removeDataSetInfo
Remove cache value- Parameters:
dataSet- dataSet key for removing cache value, cannot benull
-
clearAll
public void clearAll()Clears all cache values
-