Interface IInterfaceInstanceCacheKeyProvider


  • @StableMinor(version="14.1",
                 sinceVersion="7.0")
    public interface IInterfaceInstanceCacheKeyProvider
    This interface represents the cache key provider for customized cache keys. The classes that implement this interface should have a no-argument public constructor for the portal to instantiate it. This class should generate a consistent key that will correctly identify an entry as it's cached and when it's retrieved. This class MUST be stateless and thread-safe.
    Since:
    7.0.0
    Version:
    $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $