Interface CacheStrategy


  • public interface CacheStrategy
    Implementors implement different algorithms to manage the cache
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Method Detail

      • refresh

        void refresh()
        Refreshes the cache
      • start

        void start()
        Fills the cache with initial values
      • purge

        void purge()
        Purges the cache
      • run

        void run()
        Runs the caching strategy