Package net.plsar.model
Class PageCache
java.lang.Object
net.plsar.model.PageCache
public class PageCache
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PageCache() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PageCache
public PageCache()
-
-
Method Details
-
set
public void set(java.lang.String key, java.lang.Object value) -
get
public java.lang.Object get(java.lang.String key) -
getCache
public java.util.Map<java.lang.String,java.lang.Object> getCache() -
setCache
public void setCache(java.util.Map<java.lang.String,java.lang.Object> cache)
-