Class ManifoldCF.CachePoll
- java.lang.Object
-
- org.apache.manifoldcf.core.system.ManifoldCF.CachePoll
-
- All Implemented Interfaces:
IPollingHook
- Enclosing class:
- ManifoldCF
protected static class ManifoldCF.CachePoll extends java.lang.Object implements IPollingHook
Class that cleans up expired cache objects on polling.
-
-
Constructor Summary
Constructors Constructor Description CachePoll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoPoll(IThreadContext threadContext)Do the requisite cleanup.
-
-
-
Method Detail
-
doPoll
public void doPoll(IThreadContext threadContext) throws ManifoldCFException
Description copied from interface:IPollingHookDo the requisite cleanup.- Specified by:
doPollin interfaceIPollingHook- Throws:
ManifoldCFException
-
-