Uses of Interface
org.teiid.common.buffer.Cache
-
Packages that use Cache Package Description org.teiid.common.buffer.impl -
-
Uses of Cache in org.teiid.common.buffer.impl
Classes in org.teiid.common.buffer.impl that implement Cache Modifier and Type Class Description class
BufferFrontedFileStoreCache
Implements storage against aFileStore
abstraction using a fronting memory buffer with a filesystem paradigm.class
MemoryStorageManager
Methods in org.teiid.common.buffer.impl that return Cache Modifier and Type Method Description Cache
BufferManagerImpl. getCache()
Methods in org.teiid.common.buffer.impl with parameters of type Cache Modifier and Type Method Description void
BufferManagerImpl. setCache(Cache cache)
-