Class Uncached

java.lang.Object
rife.engine.elements.Uncached
All Implemented Interfaces:
Element

public class Uncached extends Object implements Element
Standard element that can be placed before any other route to indicate to the clients that the content should not be cached.
Since:
1.0
See Also:
  • Constructor Details

    • Uncached

      public Uncached()
  • Method Details

    • process

      public void process(Context c) throws Exception
      Description copied from interface: Element
      Process the provided Context with this element.
      Specified by:
      process in interface Element
      Parameters:
      c - the provided request/response context
      Throws:
      Exception - when an error occurs