Uses of Package
org.glassfish.hk2.utilities.cache
Packages that use org.glassfish.hk2.utilities.cache
Package
Description
-
Classes in org.glassfish.hk2.utilities.cache used by org.glassfish.hk2.utilities.cacheClassDescriptionCache implementation that relies on FutureTask.Should a cycle be detected during computation of a value for given key, this interface allows client code to register a callback that would get invoked in such a case.Helper class, that remembers the future task origin thread, so that cycles could be detected.This can be used to remove a specific cache entry from the cache, for better control of the caching release semanticsThis is used by the cache to remove a series of entries that match this filterUtility interface to capture generic computation of type V from type K.This exception should be thrown from the
Computable.compute(Object)
method if the returned computation should NOT be kept in the cache.Represents a single hybrid cache entry.A cache that contains a certain number of entries, and whose oldest accessed entries are removed when removal is necessary.Hybrid cache that allows explicit removals of included entries as well as implicit removal of entries that have been least recently accessed.Should a cycle be detected during computation of a value for given key, this interface allows client code to register a callback that would get invoked in such a case.Helper class, that remembers the future task origin thread, so that cycles could be detected.A cache that uses the CAR algorithm to remove entries. -
Classes in org.glassfish.hk2.utilities.cache used by org.glassfish.hk2.utilities.cache.internalClassDescriptionThis can be used to remove a specific cache entry from the cache, for better control of the caching release semanticsThis is used by the cache to remove a series of entries that match this filterUtility interface to capture generic computation of type V from type K.A cache that contains a certain number of entries, and whose oldest accessed entries are removed when removal is necessary.A cache that uses the CAR algorithm to remove entries.
-
Classes in org.glassfish.hk2.utilities.cache used by org.glassfish.hk2.utilities.generalClassDescriptionThis is used by the cache to remove a series of entries that match this filter
-
Classes in org.glassfish.hk2.utilities.cache used by org.glassfish.hk2.utilities.general.internalClassDescriptionThis is used by the cache to remove a series of entries that match this filter
-
Classes in org.glassfish.hk2.utilities.cache used by org.glassfish.hk2.utilities.reflection.internalClassDescriptionHybrid cache that allows explicit removals of included entries as well as implicit removal of entries that have been least recently accessed.
-
Classes in org.glassfish.hk2.utilities.cache used by org.jvnet.hk2.internalClassDescriptionCache implementation that relies on FutureTask.A cache that uses the CAR algorithm to remove entries.