|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.foundation.ERXLazyValue.CacheKeyInvalidator
er.extensions.foundation.ERXLazyValue.MutableCacheKeyInvalidator
er.extensions.foundation.ERXLazyValue.AjaxPageUserInfoCacheKeyInvalidator
public static class ERXLazyValue.AjaxPageUserInfoCacheKeyInvalidator
AjaxPageUserInfoCacheKeyInvalidator triggers a cache invalidation when the value of the specified key changes in the ERXResponseRewriter's ajaxPageUserInfo. This is similar to PageUserInfoCacheKeyInvalidator except that it uses the ajaxPageUserInfo, so the underlying value survives across multiple ajax requests to the same page.
Constructor Summary | |
---|---|
ERXLazyValue.AjaxPageUserInfoCacheKeyInvalidator(java.lang.String key)
|
Method Summary | |
---|---|
protected java.lang.Object |
cacheKey()
Returns the current value of the cache key. |
void |
setCacheKey(java.lang.Object value)
Sets the current value of the cache key. |
Methods inherited from class er.extensions.foundation.ERXLazyValue.MutableCacheKeyInvalidator |
---|
timestamp, uuid |
Methods inherited from class er.extensions.foundation.ERXLazyValue.CacheKeyInvalidator |
---|
fetchedValue, shouldInvalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXLazyValue.AjaxPageUserInfoCacheKeyInvalidator(java.lang.String key)
Method Detail |
---|
protected java.lang.Object cacheKey()
ERXLazyValue.CacheKeyInvalidator
cacheKey
in class ERXLazyValue.CacheKeyInvalidator
public void setCacheKey(java.lang.Object value)
ERXLazyValue.MutableCacheKeyInvalidator
setCacheKey
in class ERXLazyValue.MutableCacheKeyInvalidator
value
- the current value of the cache key
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |