Class ValueCache.ValueCachingNotSupported

All Implemented Interfaces:
Serializable
Enclosing interface:
ValueCache<K,V extends @Nullable Object>

public static class ValueCache.ValueCachingNotSupported extends UnsupportedOperationException
This special exception can be used to short-circuit a caching method
See Also:
  • Constructor Details

    • ValueCachingNotSupported

      public ValueCachingNotSupported()
  • Method Details