Class SearchingChangeCacheImpl

  • All Implemented Interfaces:
    GitReferenceUpdatedListener

    public class SearchingChangeCacheImpl
    extends Object
    implements GitReferenceUpdatedListener
    Cache based on an index query of the most recent changes. The number of cached items depends on the index implementation and configuration.

    This cache is intended to be used when filtering references. By design it returns only a fraction of all changes. These are the changes that were modified last.