Uses of Interface
org.jipijapa.cache.spi.Wrapper
-
Packages that use Wrapper Package Description org.jipijapa.event.impl.internal org.jipijapa.event.spi -
-
Uses of Wrapper in org.jipijapa.event.impl.internal
Methods in org.jipijapa.event.impl.internal that return Wrapper Modifier and Type Method Description static WrapperNotification. startCache(Classification cacheType, Properties properties)start cacheMethods in org.jipijapa.event.impl.internal with parameters of type Wrapper Modifier and Type Method Description static voidNotification. stopCache(Classification cacheType, Wrapper wrapper)Stop cache -
Uses of Wrapper in org.jipijapa.event.spi
Methods in org.jipijapa.event.spi that return Wrapper Modifier and Type Method Description WrapperEventListener. startCache(Classification cacheType, Properties properties)start cacheMethods in org.jipijapa.event.spi with parameters of type Wrapper Modifier and Type Method Description voidEventListener. stopCache(Classification cacheType, Wrapper wrapper)Stop cache
-