Package com.opensymphony.oscache.web

Examples of com.opensymphony.oscache.web.ServletCache


  }

  public ServletCache getOSCache()
  {
    ServletCacheAdministrator servletCacheAdministrator = ServletCacheAdministrator.getInstance(ActionContext.getServletContext());
    ServletCache applicationCache = (ServletCache)servletCacheAdministrator.getAppScopeCache(ActionContext.getServletContext());
       
    return applicationCache;
  }
View Full Code Here

TOP

Related Classes of com.opensymphony.oscache.web.ServletCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.