CreatedExpiryPolicy class
An ExpiryPolicy that defines the expiry Duration of a Cache Entry based on when it was created. An update does not reset the expiry time.
- Implemented types
Constructors
- CreatedExpiryPolicy(Duration _expiryDuration)
-
Builds a CreatedExpiryPolicy ExpiryPolicy
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getExpiryForAccess(
) → Duration? -
Gets the Duration before an accessed CacheEntry is considered expired.
override
-
getExpiryForCreation(
) → Duration -
Gets the Duration before a newly created CacheEntry is considered
expired.
override
-
getExpiryForUpdate(
) → Duration? -
Gets the Duration before an updated CacheEntry is considered expired.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited