Class SingleOrBulkLoadCacheDataProvider<T>

  • Type Parameters:
    T - the cache type.
    All Implemented Interfaces:
    ICacheMultiDataProvider<T>

    public abstract class SingleOrBulkLoadCacheDataProvider<T>
    extends java.lang.Object
    implements ICacheMultiDataProvider<T>
    Abstract ICacheMultiDataProvider that eases the use of single and bulk loads, based on a given condition. Also, provides synchronization, to avoid multiple bulk loads at the same time.
    Since:
    11.0.0
    Version:
    $Revision$ $Date$