Interface CacheEntryFactory<EntryType extends CacheEntry<ObjectType>,ObjectType>

All Known Implementing Classes:
CacheEntryBaseFactory

public interface CacheEntryFactory<EntryType extends CacheEntry<ObjectType>,ObjectType>
Creates EntryType objects that wrap ObjectType objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates and returns a new EntryType object that wraps the given object.
  • Method Details

    • createCacheEntry

      EntryType createCacheEntry(ObjectType obj)
      Creates and returns a new EntryType object that wraps the given object.