类 FunctionCacheEntry

java.lang.Object
org.apache.pulsar.functions.utils.functioncache.FunctionCacheEntry
所有已实现的接口:
AutoCloseable

public class FunctionCacheEntry extends Object implements AutoCloseable
A cache entry in the function cache. Tracks which workers still reference the dependencies. Once none reference it any more, the class loaders will be cleaned up.