Interface SessionCachingMetadataDomainRepository.CacheIteratorCallback

  • Enclosing class:
    SessionCachingMetadataDomainRepository

    protected static interface SessionCachingMetadataDomainRepository.CacheIteratorCallback
    Simple callback interface to facilitate iterating over cache keys
    • Method Detail

      • call

        Boolean call​(org.pentaho.platform.api.engine.ICacheManager cacheManager,
                     SessionCachingMetadataDomainRepository.CacheKey key)
        Will be called for each cache key found
        Parameters:
        cacheManager - The cache manager we're iterating through
        key - Key from cache manager
        Returns:
        Returning false will cause the look that is calling this callback to break