public class RequestScopedBeanCache extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addItem(RequestScopedItem item) |
static void |
addItem(ThreadLocal item) |
static void |
beginRequest() |
static void |
endRequest()
ends the request and clears the cache.
|
static void |
invalidate()
Flushes the bean cache.
|
static boolean |
isActive() |
public static boolean isActive()
public static void addItem(RequestScopedItem item)
public static void addItem(ThreadLocal item)
public static void beginRequest()
public static void endRequest()
public static void invalidate()
Copyright © 2016. All rights reserved.