Package | Description |
---|---|
com.gentics.api.lib.datasource |
Package for datasource related classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheableDatasource
A abstract datasource which should make it easy to implement caching
for subclasses.
Implementors can use AbstractCacheableDatasource.setCacheEnabled(boolean) to
enable/disable the cache (by default it is enabled). |
class |
AbstractVersioningDatasource
Abstract basic implementation for versioning datasources.
|
class |
ResolvableDatasource
Simple Implementation of a Datasource that is based on a given
Collection of
Resolvable objects. |
Copyright © 2020 Gentics Software. All Rights Reserved.