org.cdlib.xtf.textEngine
Class ConfigCache.ConfigCacheKey

Object
  extended by ConfigCache.ConfigCacheKey
Enclosing class:
ConfigCache

private static class ConfigCache.ConfigCacheKey
extends Object

A key in the ConfigCache.


Field Summary
 String configPath
           
 String indexName
           
 
Constructor Summary
private ConfigCache.ConfigCacheKey()
           
 
Method Summary
 boolean equals(ConfigCache.ConfigCacheKey other)
           
 int hashCode()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configPath

public String configPath

indexName

public String indexName
Constructor Detail

ConfigCache.ConfigCacheKey

private ConfigCache.ConfigCacheKey()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(ConfigCache.ConfigCacheKey other)