Class AbstractICalProvider

    • Field Detail

      • folder

        protected File folder
    • Constructor Detail

      • AbstractICalProvider

        public AbstractICalProvider()
    • Method Detail

      • getCacheTime

        protected int getCacheTime()
      • getCacheSize

        protected int getCacheSize()
      • cache

        protected void cache​(ICal ical)
      • cacheAll

        protected void cacheAll​(List<ICal> icals)
      • getAllInCache

        protected List<ICal> getAllInCache()
      • getInCache

        protected ICal getInCache​(String id)
      • removeFromCache

        protected boolean removeFromCache​(String id)
      • clearCache

        protected void clearCache()