com.liferay.faces.bridge.scope
Class BridgeRequestScopeCacheImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,BridgeRequestScope>
com.liferay.faces.bridge.scope.BridgeRequestScopeCacheImpl
- All Implemented Interfaces:
- BridgeRequestScopeCache, Serializable, ConcurrentMap<String,BridgeRequestScope>, Map<String,BridgeRequestScope>
public class BridgeRequestScopeCacheImpl
- extends ConcurrentHashMap<String,BridgeRequestScope>
- implements BridgeRequestScopeCache
This class provides a Map style interface for managing cache of BridgeRequestScope.
- Author:
- Neil Griffin
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.concurrent.ConcurrentHashMap |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values |
BridgeRequestScopeCacheImpl
public BridgeRequestScopeCacheImpl(int maxSize)
put
public BridgeRequestScope put(String bridgeRequestScopeId,
BridgeRequestScope bridgeRequestScope)
- Specified by:
put in interface Map<String,BridgeRequestScope>- Overrides:
put in class ConcurrentHashMap<String,BridgeRequestScope>
Copyright © 2014 Liferay, Inc.. All Rights Reserved.