Uses of Interface
org.ehcache.config.ResourcePool
-
Packages that use ResourcePool Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes. -
-
Uses of ResourcePool in org.ehcache.config
Classes in org.ehcache.config with type parameters of type ResourcePool Modifier and Type Interface Description interfaceResourceType<T extends ResourcePool>A resource type.Subinterfaces of ResourcePool in org.ehcache.config Modifier and Type Interface Description interfaceSizedResourcePoolAResourcePoolthat is explicitly sized.Methods in org.ehcache.config with type parameters of type ResourcePool Modifier and Type Method Description <P extends ResourcePool>
PResourcePools. getPoolForResource(ResourceType<P> resourceType)Gets a specificResourcePoolbased on its type.Methods in org.ehcache.config with parameters of type ResourcePool Modifier and Type Method Description voidResourcePool. validateUpdate(ResourcePool newPool)
-