Uses of Class
org.thymeleaf.cache.StandardCache.CacheEntry
-
Packages that use StandardCache.CacheEntry Package Description org.thymeleaf.cache -
-
Uses of StandardCache.CacheEntry in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type StandardCache.CacheEntry Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<K,StandardCache.CacheEntry<V>>StandardCache.CacheDataContainer. containerMethods in org.thymeleaf.cache that return StandardCache.CacheEntry Modifier and Type Method Description StandardCache.CacheEntry<V>StandardCache.CacheDataContainer. get(java.lang.Object key)Methods in org.thymeleaf.cache with parameters of type StandardCache.CacheEntry Modifier and Type Method Description intStandardCache.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)
-