Interface Cache.UpdateStages.WithIdentity

All Known Subinterfaces:
Cache.Update
Enclosing interface:
Cache.UpdateStages

public static interface Cache.UpdateStages.WithIdentity
The stage of the Cache update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: The identity of the cache, if configured..
  • Method Details

    • withIdentity

      Cache.Update withIdentity(CacheIdentity identity)
      Specifies the identity property: The identity of the cache, if configured..
      Parameters:
      identity - The identity of the cache, if configured.
      Returns:
      the next definition stage.