An external uncache event that consists of a name/value pair.
An example might be "table_name", "primary_key"
author: Geoff Howard (ghoward@apache.org) version: $Id: NameValueEvent.java 433543 2006-08-22 06:22:54Z crossley $
Constructor Summary
public
NameValueEvent(String name, String value) Constructor requires two Strings - the name/value
pair which defines this Event.
Method Summary
public boolean
equals(Event e) Must return true when both name and value are
equivalent Strings.