Class DdcCacheKey

java.lang.Object
com.saperion.ngc.model.DdcCacheKey
All Implemented Interfaces:
Serializable

public class DdcCacheKey extends Object implements Serializable
A cache-key that identifies a DDC in the DDC-cache using the ddc's name and the ID of the current tenant. DDC-names are not case-sensitive.
Author:
cmerkel
See Also:
  • Constructor Details

    • DdcCacheKey

      public DdcCacheKey(String name, int tenantId)
      Constructor.
      Parameters:
      name - the name of the DDC (will be converted to upper-case)
      tenantId - the ID of the current tenant
  • Method Details