Uses of Interface
org.exoplatform.services.cache.impl.infinispan.ExoCacheCreator
-
Packages that use ExoCacheCreator Package Description org.exoplatform.services.cache.impl.infinispan org.exoplatform.services.cache.impl.infinispan.generic -
-
Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.infinispan
Methods in org.exoplatform.services.cache.impl.infinispan that return ExoCacheCreator Modifier and Type Method Description protected ExoCacheCreatorExoCacheFactoryImpl. getExoCacheCreator(org.exoplatform.services.cache.ExoCacheConfig config)Returns the most relevant ExoCacheCreator according to the give configurationMethods in org.exoplatform.services.cache.impl.infinispan that return types with arguments of type ExoCacheCreator Modifier and Type Method Description List<ExoCacheCreator>ExoCacheCreatorPlugin. getCreators()Returns all the creators defined for this ComponentPlugin -
Uses of ExoCacheCreator in org.exoplatform.services.cache.impl.infinispan.generic
Classes in org.exoplatform.services.cache.impl.infinispan.generic that implement ExoCacheCreator Modifier and Type Class Description classGenericExoCacheCreatorThe genericExoCacheCreatorfor all the expiration available in infinispan.
-