Interface Level1Cache

    • Method Detail

      • getUnique

        ObjectProvider getUnique​(CacheUniqueKey key)
        Method to retrieve the ObjectProvider for the specified unique key.
        Parameters:
        key - Unique key
        Returns:
        The ObjectProvider if one is cached for this unique key
      • putUnique

        Object putUnique​(CacheUniqueKey key,
                         ObjectProvider op)
        Method to store an ObjectProvider for this unique key.
        Parameters:
        key - The unique key
        op - The ObjectProvider
        Returns:
        The previous ObjectProvider for this unique key if one was present, otherwise null