Uses of Class
com.compomics.util.db.object.ObjectsCache
Package | Description |
---|---|
com.compomics.util.db.object |
This package contains the classes relative to the object database.
|
-
Uses of ObjectsCache in com.compomics.util.db.object
Methods in com.compomics.util.db.object that return ObjectsCache Modifier and Type Method Description ObjectsCache
ObjectsDB. getObjectsCache()
Returns the cache used by this database.Methods in com.compomics.util.db.object with parameters of type ObjectsCache Modifier and Type Method Description void
ObjectsDB. setObjectCache(ObjectsCache objectCache)
Sets the object cache to be used by this database.