net.sf.xaj
Interface Cacheable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicXQuerySearchCriteria

public interface Cacheable
extends java.io.Serializable

API for an object that is able to be cached.

Version:
$Revision: 45 $ $Date: 2007-10-07 19:40:28 +1300 (Sun, 07 Oct 2007) $
Author:
matt

Method Summary
 java.io.Serializable getCacheKey()
          Get the cache key for this object.
 

Method Detail

getCacheKey

java.io.Serializable getCacheKey()
Get the cache key for this object.

Returns:
a unique cache key