public class MemoryStore extends Object implements Store
MemoryStore()
void
del(String key)
String
get(String key)
boolean
has(String key)
set(String key, String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MemoryStore()
public void set(String key, String value)
set
Store
public String get(String key)
get
public boolean has(String key)
has
public void del(String key)
del
Copyright © 2012–2014. All rights reserved.