Package org.apache.zookeeper.server
Class ResponseCache
- java.lang.Object
 - 
- org.apache.zookeeper.server.ResponseCache
 
 
- 
public class ResponseCache extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_RESPONSE_CACHE_SIZE 
- 
Constructor Summary
Constructors Constructor Description ResponseCache(int cacheSize, String requestType) 
- 
Method Summary
All 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_SIZE
public static final int DEFAULT_RESPONSE_CACHE_SIZE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
ResponseCache
public ResponseCache(int cacheSize, String requestType) 
 - 
 
 -