Package yapion.serializing
Class MethodManager
- java.lang.Object
-
- yapion.serializing.MethodManager
-
public final class MethodManager extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description static voiddiscardCache()Discard the cache used byYAPIONSerializerandYAPIONDeserializer.static voidsetCacheSize(int cacheSize)Set the cache size of the internal cache to a specific number above 100.
-
-
-
Method Detail
-
setCacheSize
public static void setCacheSize(int cacheSize)
Set the cache size of the internal cache to a specific number above 100. If you set a number below 100 it will default to 100.- Parameters:
cacheSize- the cache Size
-
discardCache
public static void discardCache()
Discard the cache used byYAPIONSerializerandYAPIONDeserializer.
-
-