Package net.loomchild.segment.srx
Class SrxDocumentCache
- java.lang.Object
-
- net.loomchild.segment.srx.SrxDocumentCache
-
public class SrxDocumentCache extends java.lang.Object
Represents SRX document cache. Responsible for managing cached data.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Object>
map
-
Constructor Summary
Constructors Constructor Description SrxDocumentCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(java.lang.String key)
Retrieves object from cache.void
put(java.lang.String key, java.lang.Object value)
Puts an object in cache.
-