Class CacheUniqueKey

    • Constructor Detail

      • CacheUniqueKey

        public CacheUniqueKey​(String className,
                              String[] fieldNames,
                              Object[] fieldValues)
        Constructor for a unique cache key.
        Parameters:
        className - Name of the class of the persistable object
        fieldNames - Names of the fields used to form the unique key
        fieldValues - Values of the fields used to form the unique key