Uses of Interface
org.apache.manifoldcf.core.interfaces.ICacheClass
-
Packages that use ICacheClass Package Description org.apache.manifoldcf.core.cachemanager org.apache.manifoldcf.core.interfaces -
-
Uses of ICacheClass in org.apache.manifoldcf.core.cachemanager
Classes in org.apache.manifoldcf.core.cachemanager that implement ICacheClass Modifier and Type Class Description protected classBaseDescription.LocalCacheClassThis is a cache class implementation that gets expiration and LRU info from .ini variables.Fields in org.apache.manifoldcf.core.cachemanager declared as ICacheClass Modifier and Type Field Description protected ICacheClassBaseDescription. cacheClassMethods in org.apache.manifoldcf.core.cachemanager that return ICacheClass Modifier and Type Method Description ICacheClassBaseDescription. getObjectClass()Get the object class for an object. -
Uses of ICacheClass in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return ICacheClass Modifier and Type Method Description ICacheClassICacheDescription. getObjectClass()Get the object class for an object.
-