Package org.cache2k.core.api
Interface NeedsClose
-
- All Known Subinterfaces:
Timer
- All Known Implementing Classes:
DefaultTimer,StaticTiming,TimeAgnosticTiming,Timing
public interface NeedsCloseInternal cache component that holds resources and needs a proper close.- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(InternalCacheCloseContext closeContext)
-
-
-
Method Detail
-
close
void close(InternalCacheCloseContext closeContext)
-
-