Package org.picketlink.idm.impl.cache

Examples of org.picketlink.idm.impl.cache.InfinispanIdentityStoreCacheProviderImpl


        integrationCache.initialize(infinispanCache, skipExpirationOfStructureCacheEntries, cacheLifespanOfLeafNodes, -1);
        return integrationCache;
    }

    IdentityStoreCacheProvider createStoreCacheProvider(long staleCacheNodesLinksCleanerDelay, Cache infinispanCache) {
        InfinispanIdentityStoreCacheProviderImpl storeCacheProvider = new InfinispanIdentityStoreCacheProviderImpl();
        storeCacheProvider.initialize(infinispanCache, skipExpirationOfStructureCacheEntries, cacheLifespanOfLeafNodes,
                staleCacheNodesLinksCleanerDelay);
        return storeCacheProvider;
    }
View Full Code Here

TOP

Related Classes of org.picketlink.idm.impl.cache.InfinispanIdentityStoreCacheProviderImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.