org.solovyev.android
Class FileCache

java.lang.Object
  extended by org.solovyev.android.FileCache

public final class FileCache
extends Object


Constructor Summary
FileCache(android.content.Context context, String cacheFileName)
           
 
Method Summary
 void clear()
           
 File getFile(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCache

public FileCache(@Nonnull
                 android.content.Context context,
                 @Nonnull
                 String cacheFileName)
Method Detail

getFile

@Nonnull
public File getFile(@Nonnull
                            String filename)

clear

public void clear()


Copyright © 2014 se.solovyev. All Rights Reserved.