|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fusesource.restygwt.client.cache.SimpleCacheKey
public class SimpleCacheKey
just a string implementation of a cachekey
| Constructor Summary | |
|---|---|
SimpleCacheKey(String identifier)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object anObject)
Needed for saving in HashMap: |
int |
hashCode()
Needed for saving in HashMap: |
String |
toString()
string representation and effectively the cache identifier |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCacheKey(String identifier)
| Method Detail |
|---|
public int hashCode()
CacheKey
hashCode in interface CacheKeyhashCode in class Objectpublic boolean equals(Object anObject)
CacheKey
equals in interface CacheKeyequals in class Objectpublic String toString()
CacheKey
toString in interface CacheKeytoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||