Class CachingService


  • public class CachingService
    extends Object
    A service that manages the caching strategies. Most cached data is related to the data model and is updated only when the data model itself is changed, but there's also session, process or synchronization related data, which is updated following different criteria, like timeout or fixed schedules.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • CachingService

        public CachingService()