Uses of Interface
com.e1c.langtool.collector.ICollectingCacheManager
Packages that use ICollectingCacheManager
Package
Description
-
Uses of ICollectingCacheManager in com.e1c.langtool.internal.collector
Classes in com.e1c.langtool.internal.collector that implement ICollectingCacheManagerModifier and TypeClassDescriptionfinal classThe default implementation ofICollectingCacheManagerwith storing to MapDB store by each project. -
Uses of ICollectingCacheManager in com.e1c.langtool.internal.stat
Constructors in com.e1c.langtool.internal.stat with parameters of type ICollectingCacheManagerModifierConstructorDescriptionStatisticsServiceImpl(ITranslatingProjectManager translatingProjectManager, ICollectingCacheManager collectingCacheManager, ITranslationStorageManager storageManager, ComputerEngine engine, GroupProviderRegistry groupProviderRegistryImpl, StatisticsComputerRegistry computerRegistry, IExporterRegistry exporterRegistry) Constructs a newStatisticsServiceImplinstance, initializing it with the necessary managers, registries, and engine components required for its operation. -
Uses of ICollectingCacheManager in com.e1c.langtool.v8.dt.internal.collector
Constructors in com.e1c.langtool.v8.dt.internal.collector with parameters of type ICollectingCacheManagerModifierConstructorDescriptionDtCollectingCacheManager(ICollectingCacheManager collectingCacheManager)