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