Class EntityInfo


  • public class EntityInfo
    extends Object
    Optional. Identifying information about a cached member. This construct can be added to CacheStateManager interaction in order to influence the cache key, making the key more identifiable to other concerned processes.
    • Constructor Detail

      • EntityInfo

        public EntityInfo()
      • EntityInfo

        public EntityInfo​(@NonNull
                          Class<?> type,
                          @NonNull
                          String identifier)