Class InMemoryCache

    • Method Detail

      • clear

        public Cache clear()
        Deprecated.
        Description copied from interface: Cache
        Clear all items from the cache
      • get

        public CachedResponse get​(Object key)
        Deprecated.
        Description copied from interface: Cache
        Get a specific item from the cache
      • remove

        public Cache remove​(Object key)
        Deprecated.
        Description copied from interface: Cache
        Remove a specific item from the cache