Class SubjectSourceCacheBean

java.lang.Object
edu.internet2.middleware.grouper.subj.cache.SubjectSourceCacheBean
All Implemented Interfaces:
Serializable

public class SubjectSourceCacheBean extends Object implements Serializable
the whole cache of the subject source
See Also:
  • Constructor Details

    • SubjectSourceCacheBean

      public SubjectSourceCacheBean()
  • Method Details

    • getSubjectSourceCacheItems

      public List<SubjectSourceCacheItem> getSubjectSourceCacheItems()
      Returns:
      the subjectSourceCacheItems
    • setSubjectSourceCacheItems

      public void setSubjectSourceCacheItems(List<SubjectSourceCacheItem> subjectSourceCacheItems)
      Parameters:
      subjectSourceCacheItems - the subjectSourceCacheItems to set
    • getCacheLastStored

      public long getCacheLastStored()
      when the cache was last stored
      Returns:
      the cacheLastStored
    • setCacheLastStored

      public void setCacheLastStored(long cacheLastStored1)
      when the cache was last stored
      Parameters:
      cacheLastStored1 - the cacheLastStored to set