Interface CacheEntry<ObjectType>

Type Parameters:
ObjectType - the type of the objects to be cached via a cache entry
All Known Implementing Classes:
CacheEntryBase

public interface CacheEntry<ObjectType>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the object that is cached via this cache entry.
  • Method Details

    • getObject

      ObjectType getObject()
      Returns the object that is cached via this cache entry.