org.springframework.extensions.jcr.support
Class CacheableSessionHolderProviderManager.ProvidersCache

java.lang.Object
  extended by org.springframework.util.CachingMapDecorator
      extended by org.springframework.extensions.jcr.support.CacheableSessionHolderProviderManager.ProvidersCache
All Implemented Interfaces:
java.io.Serializable, java.util.Map
Enclosing class:
CacheableSessionHolderProviderManager

protected class CacheableSessionHolderProviderManager.ProvidersCache
extends org.springframework.util.CachingMapDecorator

Caching class based on CachingMapDecorator from main Spring distribution.

Author:
Costin Leau, Sergio Bossa, Salvatore Incandela
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.springframework.util.CachingMapDecorator
NULL_VALUE
 
Method Summary
protected  java.lang.Object create(java.lang.Object key)
           
 
Methods inherited from class org.springframework.util.CachingMapDecorator
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, toString, useWeakValue, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

create

protected java.lang.Object create(java.lang.Object key)
Overrides:
create in class org.springframework.util.CachingMapDecorator
See Also:
CachingMapDecorator.create(java.lang.Object)


Copyright © 2009. All Rights Reserved.