public interface ResponseCache
| Modifier and Type | Method and Description |
|---|---|
void |
addCacheItem(java.lang.String request,
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx response)
Adds an item to the cache.
|
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx |
getCacheItem(java.lang.String request) |
void |
invalidate()
Invalidates the cache.
|
void |
setTTL(long ttl) |
void addCacheItem(java.lang.String request,
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx response)
request - the request to hash and add.response - the response to addvoid setTTL(long ttl)
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx getCacheItem(java.lang.String request)
request - the request to hash and retrievevoid invalidate()
Copyright © 2014 DuraSpace. All Rights Reserved.