Interface Level1Cache

    • Method Detail

      • getUnique

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

        Object putUnique​(CacheUniqueKey key,
                         DNStateManager sm)
        Method to store a StateManager for this unique key.
        Parameters:
        key - The unique key
        sm - StateManager
        Returns:
        The previous StateManager for this unique key if one was present, otherwise null