Rock.CheckIn.KioskLocationAttendance.Flush C# (CSharp) Méthode

Flush() public static méthode

Flushes the specified id.
public static Flush ( int id ) : void
id int The id.
Résultat void
        public static void Flush( int id )
        {
            ObjectCache cache = Rock.Web.Cache.RockMemoryCache.Default;
            cache.Remove( KioskLocationAttendance.CacheKey( id ) );
        }