org.fusesource.restygwt.client.cache
Interface CacheKey

All Known Implementing Classes:
ComplexCacheKey, SimpleCacheKey, UrlCacheKey

public interface CacheKey


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
 

Method Detail

hashCode

int hashCode()
Needed for saving in HashMap:

Overrides:
hashCode in class Object

equals

boolean equals(Object anObject)
Needed for saving in HashMap:

Overrides:
equals in class Object

toString

String toString()
string representation and effectively the cache identifier

Overrides:
toString in class Object
Returns:


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.