Duration |
AccessedExpiryPolicy.getExpiryForAccess() |
Gets the Duration before an accessed Cache.Entry is
considered expired.
|
Duration |
CreatedExpiryPolicy.getExpiryForAccess() |
Gets the Duration before an accessed Cache.Entry is
considered expired.
|
Duration |
EternalExpiryPolicy.getExpiryForAccess() |
Gets the Duration before an accessed Cache.Entry is
considered expired.
|
Duration |
ExpiryPolicy.getExpiryForAccess() |
Gets the Duration before an accessed Cache.Entry is
considered expired.
|
Duration |
ModifiedExpiryPolicy.getExpiryForAccess() |
Gets the Duration before an accessed Cache.Entry is
considered expired.
|
Duration |
TouchedExpiryPolicy.getExpiryForAccess() |
Gets the Duration before an accessed Cache.Entry is
considered expired.
|
Duration |
AccessedExpiryPolicy.getExpiryForCreation() |
Gets the Duration before a newly created Cache.Entry is considered
expired.
|
Duration |
CreatedExpiryPolicy.getExpiryForCreation() |
Gets the Duration before a newly created Cache.Entry is considered
expired.
|
Duration |
EternalExpiryPolicy.getExpiryForCreation() |
Gets the Duration before a newly created Cache.Entry is considered
expired.
|
Duration |
ExpiryPolicy.getExpiryForCreation() |
Gets the Duration before a newly created Cache.Entry is considered
expired.
|
Duration |
ModifiedExpiryPolicy.getExpiryForCreation() |
Gets the Duration before a newly created Cache.Entry is considered
expired.
|
Duration |
TouchedExpiryPolicy.getExpiryForCreation() |
Gets the Duration before a newly created Cache.Entry is considered
expired.
|
Duration |
AccessedExpiryPolicy.getExpiryForUpdate() |
Gets the Duration before an updated Cache.Entry is considered
expired.
|
Duration |
CreatedExpiryPolicy.getExpiryForUpdate() |
Gets the Duration before an updated Cache.Entry is considered
expired.
|
Duration |
EternalExpiryPolicy.getExpiryForUpdate() |
Gets the Duration before an updated Cache.Entry is considered
expired.
|
Duration |
ExpiryPolicy.getExpiryForUpdate() |
Gets the Duration before an updated Cache.Entry is considered
expired.
|
Duration |
ModifiedExpiryPolicy.getExpiryForUpdate() |
Gets the Duration before an updated Cache.Entry is considered
expired.
|
Duration |
TouchedExpiryPolicy.getExpiryForUpdate() |
Gets the Duration before an updated Cache.Entry is considered
expired.
|