org.ehcache.config
Interface ResourceType

All Known Implementing Classes:
ResourceType.Core

public interface ResourceType

The resource pools type interface.


Nested Class Summary
static class ResourceType.Core
          An enumeration of resource types handled by core ehcache.
 
Method Summary
 boolean isPersistable()
          Whether the resource supports persistence.
 boolean requiresSerialization()
          Whether the resource requires serialization support.
 

Method Detail

isPersistable

boolean isPersistable()
Whether the resource supports persistence.

Returns:
true if it supports persistence

requiresSerialization

boolean requiresSerialization()
Whether the resource requires serialization support.

Returns:
true if serializers are required