Class NoOpIconCache

java.lang.Object
org.teamapps.icons.cache.NoOpIconCache
All Implemented Interfaces:
IconCache

public class NoOpIconCache
extends java.lang.Object
implements IconCache
  • Constructor Summary

    Constructors
    Constructor Description
    NoOpIconCache()  
  • Method Summary

    Modifier and Type Method Description
    IconResource getIcon​(java.lang.String encodedIconString, int size)  
    void putIcon​(java.lang.String encodedIconString, int size, IconResource iconResource)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NoOpIconCache

      public NoOpIconCache()
  • Method Details

    • getIcon

      public IconResource getIcon​(java.lang.String encodedIconString, int size)
      Specified by:
      getIcon in interface IconCache
    • putIcon

      public void putIcon​(java.lang.String encodedIconString, int size, IconResource iconResource)
      Specified by:
      putIcon in interface IconCache