TheTransitClock / transitime

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

Add memcached support. #127

Closed scrudden closed 4 years ago

scrudden commented 5 years ago

Implement ErrorCache, StopArrivalDepartureCacheInterface and TripDataHistoryCacheInterface using memcached.

scrudden commented 5 years ago

Also, need to implement this for DwellTimeModelCacheInterface. RLS algorithm needs to be decoupled here.

scrudden commented 4 years ago

Have gone with Ehcache 3.x instead, so we may eventually remove any Memcached implementation. Ehcache 3.x performed during the trial in MT.