5 lines
109 B
Ruby
5 lines
109 B
Ruby
class BustCachePathWorker < BustCacheBaseWorker
|
|
def perform(path)
|
|
EdgeCache::Bust.call(path)
|
|
end
|
|
end
|