Skip to content

SouHanaQiao/LocalCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

LocalCache

简单的本地缓存 使用很简单 PersonCache *person = [[PersonCache alloc] init]; person.dog.age = 1; person.dog.dogType = @"拉布拉多"; person.dog.name = @"陈逗比"; person.book.bookName = @"我的童年"; person.book.price = 11.2; [person writeToFile]; PersonCache *cachePerson = [PersonCache createObjectFromFile]; NSLog(@"%@ %@ %@", cachePerson.dog.name, cachePerson.dog.dogType, cachePerson.book.bookName);

About

简单的本地缓存

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published