perf[storage]: use string as cache to reduce memory consumption

This commit is contained in:
godotg
2023-10-21 09:51:02 +08:00
parent b973ca5974
commit afa85e55fb
4 changed files with 5 additions and 26 deletions
@@ -20,7 +20,7 @@ import static org.junit.Assert.assertEquals;
/**
* @author veione
*/
public class TestFieldUtils {
public class FieldUtilsTest {
@Test
public void testPropertyName() {
@@ -19,7 +19,7 @@ import org.junit.Test;
/**
* @author veione
*/
public class TestLambdaFunctionCache {
public class LambdaFunctionCacheTest {
@Test
public void testFunctionCache() {
@@ -23,7 +23,7 @@ import java.lang.reflect.Method;
/**
* @author veione
*/
public class TestLambdaFunction {
public class LambdaFunctionTest {
//https://blog.csdn.net/iteye_19045/article/details/119299015
@Test
public void testFuncSerialization() throws Exception {