Interface Cacheable
-
- All Superinterfaces:
Cloneable
,Identifiable
,Serializable
public interface Cacheable extends Identifiable
Objects that can be cached should implement this interface. It allows for retrieving the identifier that is used for caching.Created by Jeff Gaynor
on Nov 26, 2010 at 11:49:20 AM
-
-
Method Summary
-
Methods inherited from interface edu.uiuc.ncsa.security.core.Identifiable
clone, getDescription, getIdentifier, getIdentifierString, isReadOnly, setDescription, setIdentifier, setReadOnly
-
-