com.bankframe.services.cache
Interface NamedCache

All Known Implementing Classes:
GenericCache, NullCache

public interface NamedCache

Classes implementing the NamedCache interface ensures cache classes can be identified by String names.


Method Summary
 java.lang.String getName()
          Returns the name.
 void setName(java.lang.String name)
          Returns the value.
 

Method Detail

setName

public void setName(java.lang.String name)
Returns the value.

Parameters:
name - String

getName

public java.lang.String getName()
Returns the name.

Returns:
String


Copyright © 2005, 2007, Oracle. All rights reserved.