Interface XOAILastCompilationCacheService
-
- All Known Implementing Classes:
DSpaceXOAILastCompilationCacheService
public interface XOAILastCompilationCacheService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dateget()booleanhasCache()voidput(Date date)
-
-
-
Method Detail
-
hasCache
boolean hasCache()
-
put
void put(Date date) throws IOException
- Throws:
IOException
-
get
Date get() throws IOException
- Throws:
IOException
-
-