Uses of Class
org.thymeleaf.cache.StandardCache.CacheEntry
Packages that use StandardCache.CacheEntry
-
Uses of StandardCache.CacheEntry in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type StandardCache.CacheEntryModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<K, StandardCache.CacheEntry<V>> StandardCache.CacheDataContainer.containerMethods in org.thymeleaf.cache that return StandardCache.CacheEntryModifier and TypeMethodDescriptionMethods in org.thymeleaf.cache with parameters of type StandardCache.CacheEntryModifier and TypeMethodDescriptionintStandardCache.CacheDataContainer.put(K key, StandardCache.CacheEntry<V> value) private intStandardCache.CacheDataContainer.putWithoutTracing(K key, StandardCache.CacheEntry<V> value) private intStandardCache.CacheDataContainer.putWithTracing(K key, StandardCache.CacheEntry<V> value)