类 StructuredCacheEntry

  • 所有已实现的接口:
    CacheEntryStructure

    public class StructuredCacheEntry
    extends Object
    implements CacheEntryStructure
    Structured CacheEntry format for entities. Used to store the entry into the second-level cache as a Map so that users can more easily see the cached state.
    作者:
    Gavin King, Steve Ebersole
    • 构造器详细资料

      • StructuredCacheEntry

        public StructuredCacheEntry​(EntityPersister persister)
        Constructs a StructuredCacheEntry strategy
        参数:
        persister - The persister whose data needs to be structured.