Class SessionCachingMetadataDomainRepository.CacheKey

java.lang.Object
org.pentaho.platform.plugin.services.metadata.SessionCachingMetadataDomainRepository.CacheKey
All Implemented Interfaces:
Serializable
Enclosing class:
SessionCachingMetadataDomainRepository

public static class SessionCachingMetadataDomainRepository.CacheKey extends Object implements Serializable
this as a public class so that if necessary someone can get access to a session key and clear the cache in their own way via javascript rule / etc
See Also:
  • Field Details

    • sessionId

      public String sessionId
    • domainId

      public String domainId
  • Constructor Details

    • CacheKey

      protected CacheKey()
    • CacheKey

      public CacheKey(String sessionId, String domainId)
  • Method Details