Uses of Interface
org.ehcache.config.ResourceType
Packages that use ResourceType
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.PersistableResourceService and other persistence
related SPI.-
Uses of ResourceType in org.ehcache.config
Classes in org.ehcache.config that implement ResourceTypeMethods in org.ehcache.config that return ResourceTypeMethods in org.ehcache.config that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionSet<ResourceType<?>> ResourcePools.getResourceTypeSet()Gets the set ofResourceTypes present in theResourcePools.Methods in org.ehcache.config with parameters of type ResourceTypeModifier and TypeMethodDescription<P extends ResourcePool>
PResourcePools.getPoolForResource(ResourceType<P> resourceType) Gets a specificResourcePoolbased on its type. -
Uses of ResourceType in org.ehcache.spi.persistence
Methods in org.ehcache.spi.persistence with parameters of type ResourceTypeModifier and TypeMethodDescriptionbooleanPersistableResourceService.handlesResourceType(ResourceType<?> resourceType) Returnstrueif this service handles the given resource type.