Interface AsCacheAwareStrategy<T>

    • Method Detail

      • getCacheKeyFragment

        java.io.Serializable getCacheKeyFragment​(AsSearchProfileContext context,
                                                 T object)
        Returns a cache key fragment. In most cases implementing strategies can simply return null. If strategies can have results that depend on the context, a different implementation should be provided.
        Parameters:
        context - - the search profile context
        object - - the source object
        Returns:
        the key fragment