Class DataViewCache

java.lang.Object
org.imixs.workflow.dataview.DataViewCache
All Implemented Interfaces:
Serializable

@Named @SessionScoped public class DataViewCache extends Object implements Serializable
The DataViewCache implements a sessionScoped cache for the dataView filter. The cache uses the cacheId provided in the URL - see DataViewController onLoad
Version:
1.0
Author:
rsoika
See Also:
  • Constructor Details

    • DataViewCache

      public DataViewCache()
  • Method Details

    • put

      public void put(String key, org.imixs.workflow.ItemCollection data)
    • get

      public org.imixs.workflow.ItemCollection get(String key)