CacheObject Class
- public class CacheObject
extends Object
implements Serializable
Created by IntelliJ IDEA.
User: avijay
Date: Sep 30, 2004
Time: 2:23:13 PM
To change this template use File | Settings | File Templates.
-
Hierarchy
-
Object
CacheObject
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheObject
public CacheObject()
getKey() Method
public String
getKey()
getValue() Method
public String
getValue()
setKey(String) Method
public void setKey(String
key)
setValue(String) Method
public void setValue(String
value)