Class BaseDistributedCacheManager<K extends java.io.Serializable,​V extends org.apereo.cas.DistributedCacheObject>

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.apereo.cas.DistributedCacheManager<K,​V>
    Direct Known Subclasses:
    NoOpDistributedCacheManager

    public abstract class BaseDistributedCacheManager<K extends java.io.Serializable,​V extends org.apereo.cas.DistributedCacheObject>
    extends java.lang.Object
    implements org.apereo.cas.DistributedCacheManager<K,​V>
    Since:
    5.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.DistributedCacheManager

        contains, find, findAll, get, getAll, getName, remove, set, update
    • Constructor Detail

      • BaseDistributedCacheManager

        public BaseDistributedCacheManager()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable