Uses of Class
io.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
Packages that use DefaultServerCache.CacheEntry
-
Uses of DefaultServerCache.CacheEntry in io.ebeaninternal.server.cache
Fields in io.ebeaninternal.server.cache with type parameters of type DefaultServerCache.CacheEntryModifier and TypeFieldDescriptionprotected final Map<Object, SoftReference<DefaultServerCache.CacheEntry>> DefaultServerCache.mapThe underlying map (ConcurrentHashMap or similar)Methods in io.ebeaninternal.server.cache that return DefaultServerCache.CacheEntryModifier and TypeMethodDescriptionDefaultServerCache.CacheEntry.forSort()Store a copy of lastAccessTime used for sorting.protected DefaultServerCache.CacheEntryDefaultServerCache.getCacheEntry(Object key) Get the cache entry - override for query cache to validate dependent tables.protected DefaultServerCache.CacheEntryDefaultServerQueryCache.getCacheEntry(Object key) Methods in io.ebeaninternal.server.cache that return types with arguments of type DefaultServerCache.CacheEntryMethods in io.ebeaninternal.server.cache with parameters of type DefaultServerCache.CacheEntryModifier and TypeMethodDescriptionintDefaultServerCache.CompareByLastAccess.compare(DefaultServerCache.CacheEntry e1, DefaultServerCache.CacheEntry e2) protected ObjectDefaultServerCache.unwrapEntry(DefaultServerCache.CacheEntry entry) Unwrap the cache entry - override for query cache to unwrap to the query result.protected ObjectDefaultServerQueryCache.unwrapEntry(DefaultServerCache.CacheEntry entry) Constructor parameters in io.ebeaninternal.server.cache with type arguments of type DefaultServerCache.CacheEntryModifierConstructorDescriptionDefaultServerCacheConfig(ServerCacheConfig config, Map<Object, SoftReference<DefaultServerCache.CacheEntry>> map)