Package net.loomchild.segment.srx
Class SrxDocumentCache
java.lang.Object
net.loomchild.segment.srx.SrxDocumentCache
Represents SRX document cache.
Responsible for managing cached data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
-
-
Constructor Details
-
SrxDocumentCache
public SrxDocumentCache()
-
-
Method Details
-
get
Retrieves object from cache.- Parameters:
key
-- Returns:
- value object
-
put
Puts an object in cache.- Parameters:
key
-value
- value object
-