当前位置: 代码迷 >> Android >> android context.getCacheDir()缓存索引
  详细解决方案

android context.getCacheDir()缓存索引

热度:11   发布时间:2016-04-28 03:32:23.0
android context.getCacheDir()缓存目录
android中上下文Context大家都不陌生,而Context中有个getCacheDir()方法,通过这个方法可以创建缓存数据到指定的目录,而这个目录具体在那呢?经过验证目录在data/data/包名/cache/
  相关解决方案