android context.getCacheDir()缓存目录

android中上下文Context大家都不陌生,而Context中有个getCacheDir()方法,通过这个方法可以创建缓存数据到指定的目录,而这个目录具体在那呢?经过验证目录在data/data/包名/cache/

你可能感兴趣的:(android context.getCacheDir()缓存目录)