|
|
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite cache expiration types.
Syntax
| C# |
|
|---|---|
namespace Smartsite.Tools.Caching.Expirations
|
|
| Visual Basic (Declaration) |
|
|---|---|
Namespace Smartsite.Tools.Caching.Expirations
|
|
Classes
| Class | Description | |
|---|---|---|
|
|
AbsoluteTime |
This class tests if a data item was expired using a absolute time
schema.
|
|
|
ExtendedFormat |
Represents the extended format for the cache.
|
|
|
ExtendedFormatTime |
This provider tests if a item was expired using a extended format.
|
|
|
FileDependency |
This class tracks a file cache dependency.
|
|
|
NeverExpired |
This class reflects an expiration policy of never being expired.
|
|
|
SlidingTime |
This provider tests if a item was expired using a time slice schema.
|
|
|
SqlCacheDependency |
Sql cache dependency
|