技术文档

This commit is contained in:
userA
2023-05-19 01:29:47 +08:00
parent 093416e896
commit 643e145275
71 changed files with 10273 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ public class FileCacheTest {
@Test
public void TestAddCache() throws FileCacheException, InterruptedException {
FileCacheManagerInstance.getInstance().start();
for(int i=0;i<10;i++){
Student student = new Student(Integer.toString(i),i,"jsu"+i,"major"+i,null,null);
cache.writeKeys(student,"-1");