Interface BeanMetaData<K>

Type Parameters:
K - the bean identifier type
All Superinterfaces:
AutoCloseable, BeanExpiration, BeanExpirationMetaData, Expiration, ExpirationMetaData, ImmutableBeanMetaData<K>

public interface BeanMetaData<K> extends ImmutableBeanMetaData<K>, AutoCloseable
Described the mutable and immutable metadata of a cached bean.
Author:
Paul Ferraro
  • Method Details

    • setLastAccessTime

      void setLastAccessTime(Instant lastAccessTime)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable