Interface IAkavacheInstance
- Namespace
- Akavache
- Assembly
- Akavache.dll
Represents a configured Akavache instance with access to all cache types and configuration.
- Extension Methods
Properties
ApplicationName
Gets the application name used for cache directory paths.
Property Value
ApplicationRootPath
Gets the application root path.
Property Value
ExecutingAssembly
Gets the executing assembly.
Property Value
ExecutingAssemblyName
Gets the name of the executing assembly.
Property Value
ForcedDateTimeKind
Gets or sets the forced DateTime kind for DateTime serialization. When set, all DateTime values will be converted to this kind during cache operations.
Property Value
HttpService
Gets or sets the HTTP service for web-based cache operations.
Property Value
InMemory
Gets the InMemory cache instance for temporary data storage.
Property Value
LocalMachine
Gets the LocalMachine cache instance for persistent but temporary data.
Property Value
Secure
Gets the Secure cache instance for encrypted data storage.
Property Value
Serializer
Gets the serializer used for object serialization and deserialization.
Property Value
SerializerTypeName
Gets the name of the serializer type.
Property Value
SettingsCachePath
Gets or sets the settings cache path.
Property Value
UserAccount
Gets the UserAccount cache instance for user-specific persistent data.
Property Value
Version
Gets the version of the executing assembly.