TheTransitClock / transitime

TheTransitClock real-time transit information system
GNU General Public License v3.0
78 stars 29 forks source link

Create new key for TripDataHistoryCache based on route, direction and start time. #255

Open scrudden opened 2 years ago

scrudden commented 2 years ago

This request contains a change to the key for TripDataHistoryCache.

The new key is in the org.transitclock.core.dataCache.keys.byroute.TripKey.

The old key has been moved to the org.transitclock.core.dataCache.keys.bytrip.TripKey.

This request also removes the JCS and memcached cache implementations as they have not been used in production and are not maintained .