Package yapion.serializing
Class MethodManager
- java.lang.Object
- 
- yapion.serializing.MethodManager
 
- 
 public final class MethodManager extends java.lang.Object
- 
- 
Method SummaryModifier 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- 
setCacheSizepublic 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
 
 - 
discardCachepublic static void discardCache() Discard the cache used byYAPIONSerializerandYAPIONDeserializer.
 
- 
 
-