Uses of Interface
org.apache.oro.util.Cache

Packages that use Cache
Package
Description
 
  • Uses of Cache in org.apache.oro.util

    Classes in org.apache.oro.util that implement Cache
    Modifier and Type
    Class
    Description
    final class 
    This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
    class 
    This is the base class for all cache implementations provided in the org.apache.oro.util package.