Package step.functions.accessor
Class CachedFunctionAccessor
java.lang.Object
step.core.accessors.CachedAccessor<Function>
step.functions.accessor.CachedFunctionAccessor
- All Implemented Interfaces:
step.core.accessors.Accessor<Function>
,FunctionAccessor
public class CachedFunctionAccessor
extends step.core.accessors.CachedAccessor<Function>
implements FunctionAccessor
-
Constructor Summary
ConstructorsConstructorDescriptionCachedFunctionAccessor
(step.core.accessors.Accessor<Function> underlyingAccessor) -
Method Summary
Methods inherited from class step.core.accessors.CachedAccessor
enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, reloadCache, remove, restoreVersion, save, save, stream, streamLazy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface step.core.accessors.Accessor
enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazy
-
Constructor Details
-
CachedFunctionAccessor
-