Uses of Class
io.fluxcapacitor.javaclient.persisting.caching.NoOpCache
-
Packages that use NoOpCache Package Description io.fluxcapacitor.javaclient.persisting.caching -
-
Uses of NoOpCache in io.fluxcapacitor.javaclient.persisting.caching
Methods in io.fluxcapacitor.javaclient.persisting.caching that return NoOpCache Modifier and Type Method Description static NoOpCacheNoOpCache. valueOf(String name)Returns the enum constant of this type with the specified name.static NoOpCache[]NoOpCache. values()Returns an array containing the constants of this enum type, in the order they are declared.
-