Package com.hybris.cockpitng.core.util
Interface Resettable
-
- All Known Subinterfaces:
CockpitResourceCache,CockpitZulCache
- All Known Implementing Classes:
CockpitClassLoader,DefaultCockpitConfigurationService,DefaultCockpitLocaleService,DefaultCockpitResourceCache,DefaultCockpitZulCache,DefaultSessionWidgetInstanceRegistry,ExtendedWidgetResourceLoader,ModuleAwareCockpitConfigurationService,SimpleEditorRegistry,SimpleHybrisWidgetResourceLoader,WidgetClassLoader
public interface ResettableInterface providing a reset method. Useful for caches or other classes that could be reset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Resets the something the implementation provides.
-