Skip to content

Commit

Permalink
rename cache to helper
Browse files Browse the repository at this point in the history
  • Loading branch information
gfobe committed Oct 30, 2012
1 parent 85a1f7e commit a8dc8a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cache.cs → HelperCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

namespace Vsr.Hawaii.EmotionmlLib
{
class Cache
//TODO: remove public
public class HelperCache
{
/// <summary>
/// default cachetime in seconds: 1 day (24 * 60 * 60)
Expand All @@ -22,6 +23,7 @@ class Cache
/// </summary>
protected SortedList<string, DateTime> cacheLifetime = new SortedList<string, DateTime>();


/// <summary>
/// is cache is in time
/// </summary>
Expand Down

0 comments on commit a8dc8a5

Please sign in to comment.