fixed up CacheKey with appropriate equals and hashCode methods,
authorjohn <john>
Fri, 18 Apr 2003 15:37:29 +0000 (15:37 +0000)
committerjohn <john>
Fri, 18 Apr 2003 15:37:29 +0000 (15:37 +0000)
commit10bfeb232415d4caf8726cb5dd746afbce27f7c7
treee4de74ca5f3fd51e173da73e8487a4f07d106f27
parentdd980c5f9c9ff8147bd45c18c73e3fe5bc0469b3
fixed up CacheKey with appropriate equals and hashCode methods,
and set the MRUCache and OpenIndy to use CacheKey's instead of hackish String keys

also changed logger.warn to logger.info for the cache timing statements.
source/mircoders/global/CacheKey.java
source/mircoders/global/MRUCache.java
source/mircoders/servlet/ServletModuleOpenIndy.java