Package org.primefaces.showcase.util
Class ShowcaseCacheProvider
- java.lang.Object
-
- org.primefaces.showcase.util.ShowcaseCacheProvider
-
@ApplicationScoped public class ShowcaseCacheProvider extends Object
Skip the usage via PrimeApplicationContext, it's not available in 6.2.x
-
-
Constructor Summary
Constructors Constructor Description ShowcaseCacheProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheProvidergetCacheProvider()voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getCacheProvider
public CacheProvider getCacheProvider()
-
-