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
 

Method Detail

isPersistable

boolean isPersistable()
Whether the resource supports persistence

Returns:
true if it supports persistence