Class SrxDocumentCache


  • public class SrxDocumentCache
    extends Object
    Represents SRX document cache. Responsible for managing cached data.
    Author:
    loomchild
    • Constructor Detail

      • SrxDocumentCache

        public SrxDocumentCache()
    • Method Detail

      • get

        public Object get​(String key)
        Retrieves object from cache.
        Parameters:
        key -
        Returns:
        value object
      • put

        public void put​(String key,
                        Object value)
        Puts an object in cache.
        Parameters:
        key -
        value - value object