Package org.kie.internal.runtime
Interface Cacheable
-
public interface CacheableAllows various components (e.g. work item handlers, event listeners) to be cached and reused within a cache owner (e.g. RuntimeManager) and closed whenever the owner is closed/disposed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes underlying resources when cache is closed/disposed.
-