public static void FlushCache(
int millisecondsTimeout = -1
)
Public Shared Sub FlushCache (
Optional millisecondsTimeout As Integer = -1
)
public:
static void FlushCache(
int millisecondsTimeout = -1
)
Gemstone.Security.Cryptography.Cipher.FlushCache = function(millisecondsTimeout);
This method only needs to be used if crypto cache changes could be pending during application shutdown (i.e., executing ciphers with new keys that have not been saved, using existing keys does not queue crypto cache updates) to ensure keys are flushed before exit.
For most applications it is expected that this method would rarely be needed. However, possible usage scenarios would include: