|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXLazyValue.Invalidator | |
---|---|
er.extensions.foundation |
Uses of ERXLazyValue.Invalidator in er.extensions.foundation |
---|
Classes in er.extensions.foundation that implement ERXLazyValue.Invalidator | |
---|---|
static class |
ERXLazyValue.AjaxPageUserInfoCacheKeyInvalidator
AjaxPageUserInfoCacheKeyInvalidator triggers a cache invalidation when the value of the specified key changes in the ERXResponseRewriter's ajaxPageUserInfo. |
static class |
ERXLazyValue.AlwaysInvalidator
Returns true from shouldInvalidate, causing the cache to always refresh. |
static class |
ERXLazyValue.CacheKeyInvalidator
The base class for any invalidator that is triggered by the change in a cache key. |
static class |
ERXLazyValue.MutableCacheKeyInvalidator
The base class for any invalidator that is triggered by the change in a cache key with support for changing the value. |
static class |
ERXLazyValue.NeverInvalidator
Returns false from shouldInvalidate, causing the cache to never refresh. |
static class |
ERXLazyValue.PageUserInfoCacheKeyInvalidator
PageUserInfoCacheKeyInvalidator triggers a cache invalidation when the value of the specified key changes in the ERXResponseRewriter's pageUserInfo. |
static class |
ERXLazyValue.ThreadStorageCacheKeyInvalidator
ThreadStorageCacheKeyInvalidator triggers a cache invalidation when the value of the specified key changes in the ERXThreadStorage. |
static class |
ERXLazyValue.TimedInvalidator
TimedInvalidator specifies that the cached value should be invalidated after a specified duration. |
Constructors in er.extensions.foundation with parameters of type ERXLazyValue.Invalidator | |
---|---|
ERXLazyValue(ERXLazyValue.Source<T> dataSource,
ERXLazyValue.Invalidator invalidator)
Constructs a new ERXLazyValue with a data source and an invalidator. |
|
ERXLazyValue(java.lang.Object target,
java.lang.String keyPath,
ERXLazyValue.Invalidator invalidator)
Constructs a new ERXLazyValue with a shortcut for a KVCSource and an invalidator. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |