SessionStoreCache Class
Visual Studio 2015
Maintains a cache of Stores during a T4 user session. Each Store is identified by a key string.
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CacheSessionStore(String^, Store^) | Cache a Store with a given key string. |
![]() ![]() | DisposeSessionStoreMap() | Dispose the cache and its Stores. |
![]() ![]() | GetSessionStore(String^) | Get the store identified by the given key, or null if the key is not found. |
This class supports only one session at a time.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

