Class DSpaceXOAILastCompilationCacheService
- java.lang.Object
-
- org.dspace.xoai.services.impl.cache.DSpaceXOAILastCompilationCacheService
-
- All Implemented Interfaces:
XOAILastCompilationCacheService
public class DSpaceXOAILastCompilationCacheService extends Object implements XOAILastCompilationCacheService
-
-
Constructor Summary
Constructors Constructor Description DSpaceXOAILastCompilationCacheService()
-
-
-
Method Detail
-
hasCache
public boolean hasCache()
- Specified by:
hasCachein interfaceXOAILastCompilationCacheService
-
put
public void put(Date date) throws IOException
- Specified by:
putin interfaceXOAILastCompilationCacheService- Throws:
IOException
-
get
public Date get() throws IOException
- Specified by:
getin interfaceXOAILastCompilationCacheService- Throws:
IOException
-
-