Class SimpleScriptCacheKey

  • All Implemented Interfaces:
    CacheKey

    public class SimpleScriptCacheKey
    extends java.lang.Object
    implements CacheKey
    • Constructor Detail

      • SimpleScriptCacheKey

        public SimpleScriptCacheKey​(java.lang.String protocol,
                                    java.lang.String path,
                                    java.lang.String tenantId)
    • Method Detail

      • getTypeCode

        public java.lang.Object getTypeCode()
        Description copied from interface: CacheKey
        Gets code from typesystem.
        Specified by:
        getTypeCode in interface CacheKey
      • getTenantId

        public java.lang.String getTenantId()
        Description copied from interface: CacheKey
        Gets tenant
        Specified by:
        getTenantId in interface CacheKey
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getProtocol

        public java.lang.String getProtocol()
      • getPath

        public java.lang.String getPath()