Package io.odilon.client.util
Class TempCache
- java.lang.Object
-
- io.odilon.client.util.TempCache
-
public class TempCache extends Object
-
-
Constructor Summary
Constructors Constructor Description TempCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
addCache(String fileName, InputStream stream)
void
removeCache(String fileName)
-
-
-
Method Detail
-
removeCache
public void removeCache(String fileName)
-
addCache
public File addCache(String fileName, InputStream stream)
-
-