Rock.CheckIn.KioskLocationAttendance.Flush C# (CSharp) Method

Flush() public static method

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