openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Allow CDI info to be de-cached #259

Closed bobjacobsen closed 2 months ago

bobjacobsen commented 2 months ago

This adds a method to the OlcbInterface for removing a CDI entry from the internal cache, thereby forcing a reload the next time it's requested.

This adds a new method to the API, so it requires an OpenLCB_Java release before JMRI can access it.