Interface CacheService

    • Method Detail

      • getCache

        <T extends SimpleCache> T getCache()
        Gets a cache from this service.
        Type Parameters:
        T - the concrete type of SimpleCache
        Returns:
        either a new cache or a single one according to the policy of the service about the cache(s) on which it works.
      • clearAllCaches

        void clearAllCaches()
        Clears all the caches on which this service works.