Package com.volantis.cache.impl.group

Examples of com.volantis.cache.impl.group.PostSynchronizationAction.takeAction()


        // executed by multiple threads at once.

        // Perform any post query action. This must be done after the entry
        // has been updated to ensure that it is in a consistent state.
        if (postSynchronizationAction != null) {
            postSynchronizationAction.takeAction();
        }

        return value;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.