Uses of Interface
ognl.internal.entry.CacheEntryFactory
-
Packages that use CacheEntryFactory Package Description ognl.internal ognl.internal.entry -
-
Uses of CacheEntryFactory in ognl.internal
Fields in ognl.internal declared as CacheEntryFactory Modifier and Type Field Description private CacheEntryFactory<K,V>HashMapCache. cacheEntryFactoryMethods in ognl.internal with parameters of type CacheEntryFactory Modifier and Type Method Description <K,V>
Cache<K,V>CacheFactory. createCache(CacheEntryFactory<K,V> entryFactory)<K,V>
Cache<K,V>HashMapCacheFactory. createCache(CacheEntryFactory<K,V> entryFactory)protected booleanHashMapCache. shouldCreate(CacheEntryFactory<K,V> cacheEntryFactory, V v)Constructors in ognl.internal with parameters of type CacheEntryFactory Constructor Description HashMapCache(CacheEntryFactory<K,V> cacheEntryFactory)HashMapClassCache(CacheEntryFactory<java.lang.Class<?>,T> entryFactory) -
Uses of CacheEntryFactory in ognl.internal.entry
Subinterfaces of CacheEntryFactory in ognl.internal.entry Modifier and Type Interface Description interfaceClassCacheEntryFactory<T>Classes in ognl.internal.entry that implement CacheEntryFactory Modifier and Type Class Description classDeclaredMethodCacheEntryFactoryclassFieldCacheEntryFactoryclassGenericMethodParameterTypeFactoryclassMethodAccessCacheEntryFactoryclassMethodCacheEntryFactory<T extends MethodCacheEntry>classMethodPermCacheEntryFactoryDeprecated.since 3.4.6, forRemoval = trueclassPermissionCacheEntryFactoryDeprecated.since 3.4.6, forRemoval = trueclassPropertyDescriptorCacheEntryFactory
-