Class ServletContextCache

java.lang.Object
com.aoapps.servlet.ServletContextCache

public final class ServletContextCache extends Object
ServletContext methods can be somewhat slow, this offers a cache that refreshes the recently used values in the background. Importantly, it caches misses as well.
Author:
AO Industries, Inc.