Package org.apache.zookeeper.server
Class ResponseCache
- java.lang.Object
- 
- org.apache.zookeeper.server.ResponseCache
 
- 
 public class ResponseCache extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_RESPONSE_CACHE_SIZE
 - 
Constructor SummaryConstructors Constructor Description ResponseCache(int cacheSize, String requestType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]get(String key, Stat stat)intgetCacheSize()booleanisEnabled()voidput(String path, byte[] data, Stat stat)
 
- 
- 
- 
Field Detail- 
DEFAULT_RESPONSE_CACHE_SIZEpublic static final int DEFAULT_RESPONSE_CACHE_SIZE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ResponseCachepublic ResponseCache(int cacheSize, String requestType)
 
- 
 
-