SCADA-LTS / Scada-LTS

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.
GNU General Public License v2.0
732 stars 292 forks source link

Architecture_Level_For_1060 #1061

Closed mateuszhyski closed 4 years ago

mateuszhyski commented 4 years ago

image.png

mateuszhyski commented 4 years ago

That one class PointValueCacheCooperateWithDao has been renamed to ServiceBrokerPointValue.This class works as a broker to dao (because of good architecture). PointValueCache contains only methods responsible for cooperate on cache. PointValueCache has been moved to responsible package for cache -> package org.scada_lts.cache. Junit test works correct.