T
- associated ResourcePool
typepublic interface ResourceType<T extends ResourcePool>
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceType.Core
An enumeration of resource types handled by core ehcache.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getResourcePoolClass()
Gets the primary
ResourcePool type associated with this ResourceType . |
boolean |
isPersistable()
Whether the resource supports persistence.
|
boolean |
requiresSerialization()
Whether the resource requires serialization support.
|
java.lang.Class<T> getResourcePoolClass()
ResourcePool
type associated with this ResourceType
.ResourcePool
type associated with this typeboolean isPersistable()
true
if it supports persistenceboolean requiresSerialization()
true
if serializers are required