LdapLocation
data stored locally on the client. An instance of this cache can be retrieved from the client DataCacheService
, like so:
DataCacheService svc = Application.getCacheService(); LdapLocationCache cache = svc.getDataCache(LdapLocationCache.class); ...@see LdapLocation @see DataCacheService @author Torgil Zethson @since 1.3.0
|
|