Class CacheableDSpaceObject

java.lang.Object
org.dspace.content.DSpaceObject
org.dspace.content.CacheableDSpaceObject
All Implemented Interfaces:
Serializable, ReloadableEntity<UUID>
Direct Known Subclasses:
Collection, Community, EPerson, Group, Site

public abstract class CacheableDSpaceObject extends DSpaceObject
Abstract class for DSpaceObjects which are safe to cache in Hibernate's second level cache. See hibernate-ehcache-config.xml for caching configurations for each DSpaceObject which extends this class.
See Also:
  • Constructor Details

    • CacheableDSpaceObject

      public CacheableDSpaceObject()